From ec254e78a5b56c2e52520348954102fe359a6660 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Thu, 29 Aug 2019 20:24:53 +0700 Subject: reduce button margin --- LoginForm.ui.qml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'LoginForm.ui.qml') diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index 4a708e1..0406185 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -19,9 +19,9 @@ Rectangle { anchors.bottom: emailButton.top anchors.bottomMargin: 8 anchors.right: parent.right - anchors.rightMargin: 16 + anchors.rightMargin: 8 anchors.left: parent.left - anchors.leftMargin: 16 + anchors.leftMargin: 8 Layout.fillWidth: true highlighted: true Material.background: Material.primary @@ -34,11 +34,11 @@ Rectangle { font.family: "Google Sans" font.capitalization: Font.MixedCase anchors.right: parent.right - anchors.rightMargin: 16 + anchors.rightMargin: 8 anchors.left: parent.left - anchors.leftMargin: 16 + anchors.leftMargin: 8 anchors.bottom: disclaimer.top - anchors.bottomMargin: 16 + anchors.bottomMargin: 8 Layout.fillWidth: true Material.foreground: Material.primary } @@ -106,6 +106,8 @@ Rectangle { + + /*##^## 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