summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-11 18:15:35 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-11 18:15:35 -0800
commit877efebaacedfb7e7dc01bc8b4a820826c376fbf (patch)
tree995b239e37da7a4e0664743c4396e2f1bf06f44c /qt-mobile/qml/main.qml
parent3c8f7d72a2430b13edab2b4e57bf39baf2845ebb (diff)
parent142c8b218b1f9a4a3e217023531feedd7cf9713e (diff)
downloadsubsurface-877efebaacedfb7e7dc01bc8b4a820826c376fbf.tar.gz
Merge github.com:sebasje/subsurface
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r--qt-mobile/qml/main.qml2
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 {