summaryrefslogtreecommitdiff
path: root/pages/PasswordForm.ui.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 20:40:02 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 20:40:02 +0800
commit6f35c27b3d4343f22f65955c5d63cae03cb76c3d (patch)
tree80d8f1da51787077b4401bee171bf80c1b2fd712 /pages/PasswordForm.ui.qml
parent4045c2885e1446dd159263315ea70af41cd11e53 (diff)
Next button on password input is disabled until there is input text
Diffstat (limited to 'pages/PasswordForm.ui.qml')
-rw-r--r--pages/PasswordForm.ui.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml
index 95b88b3..887bf01 100644
--- a/pages/PasswordForm.ui.qml
+++ b/pages/PasswordForm.ui.qml
@@ -110,6 +110,7 @@ Rectangle {
x: 34
y: 278
text: qsTr("Next")
+ enabled: false
font.family: "Google Sans"
font.capitalization: Font.MixedCase
anchors.right: parent.right