diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 18:15:35 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 18:15:35 -0800 |
commit | 877efebaacedfb7e7dc01bc8b4a820826c376fbf (patch) | |
tree | 995b239e37da7a4e0664743c4396e2f1bf06f44c /qt-mobile/qml/main.qml | |
parent | 3c8f7d72a2430b13edab2b4e57bf39baf2845ebb (diff) | |
parent | 142c8b218b1f9a4a3e217023531feedd7cf9713e (diff) | |
download | subsurface-877efebaacedfb7e7dc01bc8b4a820826c376fbf.tar.gz |
Merge github.com:sebasje/subsurface
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r-- | qt-mobile/qml/main.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 62e6698a8..bcbc310f1 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -219,6 +219,8 @@ MobileComponents.ApplicationWindow { DiveDetails { id: detailsWindow visible: false + width: parent.width + height: parent.height } DownloadFromDiveComputer { |