mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue