summaryrefslogtreecommitdiff
path: root/pages/EmailForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-28 22:13:48 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-28 22:13:48 +0700
commit65afd88ed022ff914ad30080a87c011b36ef90e1 (patch)
treeb20153f87fb13e7b1fa3a4971b7a36f308486b1a /pages/EmailForm.ui.qml
parentb922ccadcd26e1302b33d20c819d3bc9be594266 (diff)
override button text to mixed case
Diffstat (limited to 'pages/EmailForm.ui.qml')
-rw-r--r--pages/EmailForm.ui.qml1
1 files changed, 1 insertions, 0 deletions
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