aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-08-16 10:53:33 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-08-16 11:23:44 -0700
commit9a41d0d8bb2ab4534a7b3a2b3b1c4b61c406b35a (patch)
tree77277144d921c464a53ed4a35055bdd270785459 /mobile-widgets/qml/main.qml
parent2779f9198a4f14598882a4abfa7070993d379551 (diff)
downloadsubsurface-9a41d0d8bb2ab4534a7b3a2b3b1c4b61c406b35a.tar.gz
QML UI: set a reasonable default column width
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 99c8dc27b..ca22c9409 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -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 {