summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-29 17:47:08 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-29 17:47:08 +0700
commitbf6c3e01d4939d463cea6163a8b3c84867b8adf8 (patch)
treeeb565d756b18643136ab2e3c30e25286dfe232c6
parentea0246660fec8057f42fc3457b22f5d5b3ce2e01 (diff)
change to RoundButton
-rw-r--r--LoginForm.ui.qml4
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