diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 22:07:56 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 22:07:56 +0700 |
commit | 88535f96afb0820c2e7ac1cd5b113f4f4a037c1b (patch) | |
tree | 1bdf40c677e49d5a604b074b392e69aa608caaa7 /LoginForm.ui.qml | |
parent | 29ed51b7ad5dc409bda7189f7faebded00764fdd (diff) |
changed to flat button
Diffstat (limited to 'LoginForm.ui.qml')
-rw-r--r-- | LoginForm.ui.qml | 4 |
1 files changed, 4 insertions, 0 deletions
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} } |