summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-12-20 16:44:56 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-12-21 01:12:40 +0000
commit1b5502aede7a033e3d9aea6a728010eefecfc6f1 (patch)
tree945a93049c3eea3c49b0d2dc1bbef55606e7bc20
parent4589c04f8bfb120f2bf89adaaa17bde846a45ba9 (diff)
settings: qml: add spacing between elements
Switch and ImageButton were too close together in the UI AGL-Bug: SPEC-388 Change-Id: I3d883d87d40dd52ec20871a43aaa9385219c3b12 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--app/SettingPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/SettingPage.qml b/app/SettingPage.qml
index ceed9f5..104cb51 100644
--- a/app/SettingPage.qml
+++ b/app/SettingPage.qml
@@ -45,7 +45,7 @@ Page {
anchors.rightMargin: 100
anchors.bottom: parent.top
anchors.bottomMargin: 10
- spacing: 20
+ spacing: 50
Switch {
id: checkedSwitch