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-20 17:02:14 -0800
commit1e4e9c7998863e3f8e01b709c9a06ed357a66a37 (patch)
tree6978f4ebeca61b494d001cd493feadd1a3a814bf
parentb3dcdb893234873325cdb121c8eda634f97a4c31 (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