summaryrefslogtreecommitdiff
path: root/pages/EmailForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-29 20:24:53 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-29 20:24:53 +0700
commitec254e78a5b56c2e52520348954102fe359a6660 (patch)
tree2cf9dc15fd412f8c54cae8ab524c0deaacb06f71 /pages/EmailForm.ui.qml
parent933fa1019041966c908967567523e6f972da8186 (diff)
reduce button margin
Diffstat (limited to 'pages/EmailForm.ui.qml')
-rw-r--r--pages/EmailForm.ui.qml6
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
}