diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2019-06-12 13:37:39 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2019-06-12 13:37:39 +0900 |
commit | 35e8da860d2b8b135b799ff0a00521a9403c3d36 (patch) | |
tree | dee7f499172af93947e58776fabccd46fe212da3 | |
parent | 455eedddad0675e2a356117484f6cf7147a6582e (diff) |
adjust row heightsandbox/zheng_wenlong/als2019_horizontal
-rw-r--r-- | app/SettingPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |