use more non-Layouts

This commit is contained in:
end-4
2025-09-28 13:42:44 +02:00
parent b57e678dc9
commit 0f6c076dda
6 changed files with 46 additions and 42 deletions
@@ -80,7 +80,7 @@ Item { // Bar content region
}
}
ColumnLayout { // Middle section
Column { // Middle section
id: middleSection
anchors.centerIn: parent
spacing: 4
@@ -156,8 +156,6 @@ Item { // Bar content region
Layout.fillWidth: true
Layout.fillHeight: false
}
}
}