diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-29 17:47:08 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-29 17:47:08 +0700 |
commit | bf6c3e01d4939d463cea6163a8b3c84867b8adf8 (patch) | |
tree | eb565d756b18643136ab2e3c30e25286dfe232c6 | |
parent | ea0246660fec8057f42fc3457b22f5d5b3ce2e01 (diff) |
change to RoundButton
-rw-r--r-- | LoginForm.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index 085fcbd..4a708e1 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -11,7 +11,7 @@ Rectangle { property alias googleButton: googleButton property alias emailButton: emailButton - Button { + RoundButton { id: googleButton text: qsTr("Continue with Google") font.family: "Google Sans" @@ -27,7 +27,7 @@ Rectangle { Material.background: Material.primary } - Button { + RoundButton { id: emailButton text: qsTr("Continue with E-Mail") flat: true |