settings: qml: add spacing between elements 33/19333/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 21 Dec 2018 00:44:56 +0000 (16:44 -0800)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 21 Dec 2018 01:02:14 +0000 (17:02 -0800)
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>
app/SettingPage.qml

index ceed9f5..104cb51 100644 (file)
@@ -45,7 +45,7 @@ Page {
         anchors.rightMargin: 100
         anchors.bottom: parent.top
         anchors.bottomMargin: 10
-        spacing: 20
+        spacing: 50
 
         Switch {
             id: checkedSwitch