From 65afd88ed022ff914ad30080a87c011b36ef90e1 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 28 Aug 2019 22:13:48 +0700 Subject: override button text to mixed case --- pages/EmailForm.ui.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'pages') diff --git a/pages/EmailForm.ui.qml b/pages/EmailForm.ui.qml index ce5a990..d8f570c 100644 --- a/pages/EmailForm.ui.qml +++ b/pages/EmailForm.ui.qml @@ -80,6 +80,7 @@ Rectangle { id: loginButton text: qsTr("Next") font.family: "Google Sans" + font.capitalization: Font.MixedCase anchors.right: parent.right anchors.rightMargin: 16 anchors.bottom: parent.bottom -- cgit v1.2.3