diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-29 17:47:34 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-29 17:47:34 +0700 |
commit | 832892448a5afa02b1b0ebe35099472dd3269a32 (patch) | |
tree | cffdab7a4ccc4f9ed5eca94bd80c17ab56ba38e1 | |
parent | bf6c3e01d4939d463cea6163a8b3c84867b8adf8 (diff) |
change to RoundButton
-rw-r--r-- | pages/EmailForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/EmailForm.ui.qml b/pages/EmailForm.ui.qml index 0ac5bbf..e0e806e 100644 --- a/pages/EmailForm.ui.qml +++ b/pages/EmailForm.ui.qml @@ -76,7 +76,7 @@ Rectangle { Layout.maximumHeight: 56 } - Button { + RoundButton { id: loginButton text: qsTr("Next") font.family: "Google Sans" |