diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 22:14:33 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 22:14:33 +0700 |
commit | fdb561177da5e87cd183fd99ea93e7a887bd20ca (patch) | |
tree | aea61fddbebfcefe024c1e384f1b76e52d84459b /pages/EmailForm.ui.qml | |
parent | 88535f96afb0820c2e7ac1cd5b113f4f4a037c1b (diff) | |
parent | ca02af24030e48d965feb6c8549ec5da1a1e83fb (diff) |
Merge branch 'development' of github.com:darapsa/kelakon
* 'development' of github.com:darapsa/kelakon:
override button text to mixed case
override button text to mixed case
override button text to mixed case
Diffstat (limited to 'pages/EmailForm.ui.qml')
-rw-r--r-- | pages/EmailForm.ui.qml | 1 |
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 |