From 7e876fa066e7be709fb9d815ba734f3cced06f5e Mon Sep 17 00:00:00 2001 From: armored-dragon Date: Fri, 20 Sep 2024 05:33:09 -0500 Subject: [PATCH] Minor layout fixes. --- scripts/system/settings/settings.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/system/settings/settings.qml b/scripts/system/settings/settings.qml index c68e44717a..0c2e7d6425 100644 --- a/scripts/system/settings/settings.qml +++ b/scripts/system/settings/settings.qml @@ -25,14 +25,16 @@ Rectangle { // Home page ScrollView { width: parent.width + height:parent.height + y: header.height id: home_page ColumnLayout { width: parent.width visible: current_page == "Settings" anchors.horizontalCenter: parent.horizontalCenter - y: header.height spacing: 0 + Repeater { model: pages.length delegate: SettingSubviewListElement {