summaryrefslogtreecommitdiff
path: root/pages/PasswordForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/PasswordForm.ui.qml')
-rw-r--r--pages/PasswordForm.ui.qml6
1 files changed, 3 insertions, 3 deletions
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
}