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