init
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user