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 --- pages/EmailForm.ui.qml | 6 +++--- pages/PasswordForm.ui.qml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'pages') diff --git a/pages/EmailForm.ui.qml b/pages/EmailForm.ui.qml index b63e103..969dcaa 100644 --- a/pages/EmailForm.ui.qml +++ b/pages/EmailForm.ui.qml @@ -76,11 +76,11 @@ Rectangle { font.family: "Google Sans" font.capitalization: Font.MixedCase anchors.right: parent.right - anchors.rightMargin: 16 + anchors.rightMargin: 8 anchors.bottom: parent.bottom - anchors.bottomMargin: 16 + anchors.bottomMargin: 8 anchors.left: parent.left - anchors.leftMargin: 16 + anchors.leftMargin: 8 highlighted: true Material.background: Material.primary } diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml index 01d8113..96efb37 100644 --- a/pages/PasswordForm.ui.qml +++ b/pages/PasswordForm.ui.qml @@ -80,11 +80,11 @@ Rectangle { font.family: "Google Sans" font.capitalization: Font.MixedCase anchors.right: parent.right - anchors.rightMargin: 16 + anchors.rightMargin: 8 anchors.bottom: parent.bottom - anchors.bottomMargin: 16 + anchors.bottomMargin: 8 anchors.left: parent.left - anchors.leftMargin: 16 + anchors.leftMargin: 8 highlighted: true Material.background: Material.primary } -- cgit v1.2.3