summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/EmailForm.ui.qml1
-rw-r--r--pages/PasswordForm.ui.qml1
2 files changed, 2 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
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