From 88535f96afb0820c2e7ac1cd5b113f4f4a037c1b Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 28 Aug 2019 22:07:56 +0700 Subject: changed to flat button --- LoginForm.ui.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index 6a476ce..dd16d23 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -29,6 +29,7 @@ Rectangle { Button { id: emailButton text: qsTr("Continue with E-Mail") + flat: true font.family: "Google Sans" anchors.right: parent.right anchors.rightMargin: 16 @@ -100,6 +101,9 @@ Rectangle { font.weight: Font.Medium } } + + + /*##^## Designer { D{i:4;anchors_width:100;anchors_x:130;anchors_y:69}D{i:5;anchors_height:258;anchors_width:258;anchors_x:51;anchors_y:80} } -- cgit v1.2.3