From bf6c3e01d4939d463cea6163a8b3c84867b8adf8 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Thu, 29 Aug 2019 17:47:08 +0700 Subject: change to RoundButton --- LoginForm.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LoginForm.ui.qml') 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 -- cgit v1.2.3