diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 22:13:36 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 22:13:36 +0700 |
commit | b922ccadcd26e1302b33d20c819d3bc9be594266 (patch) | |
tree | 074a09fa14a82b5e9c9469755a2aa60006c77d88 /LoginForm.ui.qml | |
parent | 88535f96afb0820c2e7ac1cd5b113f4f4a037c1b (diff) |
override button text to mixed case
Diffstat (limited to 'LoginForm.ui.qml')
-rw-r--r-- | LoginForm.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index dd16d23..b0c6e0a 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -15,6 +15,7 @@ Rectangle { id: googleButton text: qsTr("Continue with Google") font.family: "Google Sans" + font.capitalization: Font.MixedCase anchors.bottom: emailButton.top anchors.bottomMargin: 8 anchors.right: parent.right @@ -31,6 +32,7 @@ Rectangle { text: qsTr("Continue with E-Mail") flat: true font.family: "Google Sans" + font.capitalization: Font.MixedCase anchors.right: parent.right anchors.rightMargin: 16 anchors.left: parent.left |