diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 22:13:59 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 22:13:59 +0700 |
commit | ca02af24030e48d965feb6c8549ec5da1a1e83fb (patch) | |
tree | aea61fddbebfcefe024c1e384f1b76e52d84459b /pages | |
parent | 65afd88ed022ff914ad30080a87c011b36ef90e1 (diff) |
override button text to mixed case
Diffstat (limited to 'pages')
-rw-r--r-- | pages/PasswordForm.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml index eceb1f8..c895d72 100644 --- a/pages/PasswordForm.ui.qml +++ b/pages/PasswordForm.ui.qml @@ -83,6 +83,7 @@ Rectangle { y: 278 text: qsTr("Confirm password") font.family: "Google Sans" + font.capitalization: Font.MixedCase anchors.right: parent.right anchors.rightMargin: 16 anchors.bottom: parent.bottom |