diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-09-28 12:04:52 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-02 08:04:49 -0700 |
commit | cd98cb8921861b586724abed307bfead62e4b74a (patch) | |
tree | da4d108e7b8c0e693ce3beab996123aae6064941 /mobile-widgets/qml | |
parent | fdfa540747e70e245b3c721dffa31b7c8470e187 (diff) | |
download | subsurface-cd98cb8921861b586724abed307bfead62e4b74a.tar.gz |
Mobile: add more debugging output for screen width issue
Somehow we need to be able to figure out which width information is
correct.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 51d591721..3390579fb 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -702,6 +702,7 @@ if you have network connectivity and want to sync your data to cloud storage."), rootItem.visible = true diveList.opacity = 1 rootItem.opacity = 1 + console.log("setting the defaultColumnWidth to " + Kirigami.Units.gridUnit * 21) pageStack.defaultColumnWidth = Kirigami.Units.gridUnit * 21 manager.appInitialized() } |