From 35e8da860d2b8b135b799ff0a00521a9403c3d36 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 12 Jun 2019 13:37:39 +0900 Subject: adjust row height --- app/SettingPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/SettingPage.qml b/app/SettingPage.qml index d5858e8..10aea21 100644 --- a/app/SettingPage.qml +++ b/app/SettingPage.qml @@ -41,7 +41,7 @@ Page { anchors.rightMargin: 100 anchors.bottom: parent.top anchors.bottomMargin: 10 - spacing: 50 + spacing: 20 Switch { id: checkedSwitch -- cgit 1.2.3-korg