mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
QML UI: try to get correct height for start page
Still not quite correct. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d719ef3a70
commit
5f8591e845
1 changed files with 1 additions and 7 deletions
|
@ -9,7 +9,7 @@ Item {
|
|||
ColumnLayout {
|
||||
id: startpage
|
||||
width: subsurfaceTheme.columnWidth
|
||||
anchors.fill: parent
|
||||
height: childrenRect.height
|
||||
anchors.margins: MobileComponents.Units.gridUnit / 2
|
||||
|
||||
property int buttonWidth: width * 0.9
|
||||
|
@ -36,13 +36,7 @@ Item {
|
|||
Layout.fillWidth: true
|
||||
Layout.margins: MobileComponents.Units.gridUnit
|
||||
Layout.topMargin: MobileComponents.Units.gridUnit * 2
|
||||
visible: true
|
||||
property int headingLevel: 3
|
||||
}
|
||||
Item {
|
||||
id: spacer
|
||||
width: parent.width
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue