From 1b5502aede7a033e3d9aea6a728010eefecfc6f1 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 20 Dec 2018 16:44:56 -0800 Subject: 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 --- app/SettingPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 -- cgit 1.2.3-korg