From: Matt Ranostay Date: Fri, 21 Dec 2018 00:44:56 +0000 (-0800) Subject: settings: qml: add spacing between elements X-Git-Tag: 6.99.4~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1b5502aede7a033e3d9aea6a728010eefecfc6f1;p=apps%2Fsettings.git 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 --- 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