diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/EmailForm.ui.qml | 6 | ||||
-rw-r--r-- | pages/PasswordForm.ui.qml | 6 |
2 files changed, 6 insertions, 6 deletions
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 } |