QML UI: set a reasonable default column width

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-08-16 10:53:33 -07:00
parent 2779f9198a
commit 9a41d0d8bb

View file

@ -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 {