diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 13:06:33 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 13:06:33 +0700 |
commit | 9363220c26cecde9e36217aef93f57e40641cda8 (patch) | |
tree | 2e2278ee03121416e6c505db85b4e281f79b9b0a /pages/CreateProfileForm.ui.qml | |
parent | 44a62a508f6704b76e636bc77c4d3045b237f86e (diff) |
remove echoMode on fullName TextInput
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index b9de7f8..47fb11d 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -84,7 +84,6 @@ Rectangle { anchors.left: parent.left anchors.leftMargin: 16 Layout.maximumHeight: 56 - echoMode: TextInput.Password } RoundButton { |