diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-29 20:24:53 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-29 20:24:53 +0700 |
| commit | ec254e78a5b56c2e52520348954102fe359a6660 (patch) | |
| tree | 2cf9dc15fd412f8c54cae8ab524c0deaacb06f71 /LoginForm.ui.qml | |
| parent | 933fa1019041966c908967567523e6f972da8186 (diff) | |
reduce button margin
Diffstat (limited to 'LoginForm.ui.qml')
| -rw-r--r-- | LoginForm.ui.qml | 12 |
1 files changed, 7 insertions, 5 deletions
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} } |