From 6f35c27b3d4343f22f65955c5d63cae03cb76c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Thu, 12 Sep 2019 20:40:02 +0800 Subject: Next button on password input is disabled until there is input text --- pages/PasswordForm.ui.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'pages/PasswordForm.ui.qml') 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 -- cgit v1.2.3