diff options
author | dodoradio <dodoradio@outlook.com> | 2023-08-02 22:51:24 +0100 |
---|---|---|
committer | dodoradio <dodoradio@outlook.com> | 2023-08-02 22:54:43 +0100 |
commit | 1452c4982eb50406ab88aa69cb53ce262d66e62b (patch) | |
tree | 7419c7fb5b57a521a89eb7e08c14fe8a99f26eaf /src | |
parent | c6d8f3f3f5b27ad8e23e5fd73184c2769fc7b4e4 (diff) |
Add a spacer to the bottom of UISettingPage
Diffstat (limited to 'src')
-rw-r--r-- | src/settings/UiSettingsPage.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings/UiSettingsPage.qml b/src/settings/UiSettingsPage.qml index c349db7..c6f951e 100644 --- a/src/settings/UiSettingsPage.qml +++ b/src/settings/UiSettingsPage.qml @@ -56,6 +56,7 @@ Item { checked: weightPreviewVisible.value onCheckedChanged: weightPreviewVisible.value = checked } + Item { width: parent.width; height: parent.width*0.2} } } |