diff options
-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 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 |