summaryrefslogtreecommitdiff
path: root/LoginForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-28 22:01:24 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-28 22:01:24 +0700
commit297be97a967487dfe28293dfd5586668cad97def (patch)
tree2b599f08b623e27e915bb4e73f3be0a1e924644a /LoginForm.ui.qml
parent6aaac32b7aba10d796e62e4acefe411f45b2689b (diff)
Material components revamp
Diffstat (limited to 'LoginForm.ui.qml')
-rw-r--r--LoginForm.ui.qml10
1 files changed, 2 insertions, 8 deletions
diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml
index 83a21b6..6a476ce 100644
--- a/LoginForm.ui.qml
+++ b/LoginForm.ui.qml
@@ -14,6 +14,7 @@ Rectangle {
Button {
id: googleButton
text: qsTr("Continue with Google")
+ font.family: "Google Sans"
anchors.bottom: emailButton.top
anchors.bottomMargin: 8
anchors.right: parent.right
@@ -28,6 +29,7 @@ Rectangle {
Button {
id: emailButton
text: qsTr("Continue with E-Mail")
+ font.family: "Google Sans"
anchors.right: parent.right
anchors.rightMargin: 16
anchors.left: parent.left
@@ -98,14 +100,6 @@ 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}
}