From ca02af24030e48d965feb6c8549ec5da1a1e83fb Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 28 Aug 2019 22:13:59 +0700 Subject: override button text to mixed case --- pages/PasswordForm.ui.qml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3