This commit is contained in:
2026-01-26 09:23:11 +08:00
parent f218a21377
commit 2c22685b68
2 changed files with 45 additions and 22 deletions

View File

@@ -107,14 +107,14 @@ export component Demo inherits Window {
}
}
// Main content area
// Main content area - fixed height
Rectangle {
background: Theme.colors.background;
Flickable {
width: 100%;
height: 100%;
viewport-height: content-layout.preferred-height + 100px;
height: parent.height;
viewport-height: content-layout.preferred-height;
content-layout := VerticalLayout {
padding: SpacingSystem.spacing.s6;