QML UI: set a reasonable default column width
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2779f9198a
commit
9a41d0d8bb
@ -379,6 +379,7 @@ Kirigami.ApplicationWindow {
|
||||
rootItem.visible = true
|
||||
diveList.opacity = 1
|
||||
rootItem.opacity = 1
|
||||
pageStack.defaultColumnWidth = Kirigami.Units.gridUnit * 30
|
||||
}
|
||||
Behavior on opacity {
|
||||
NumberAnimation {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user