Minor layout fixes.

This commit is contained in:
armored-dragon 2024-09-20 05:33:09 -05:00
parent 2034662233
commit 7e876fa066
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -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 {