diff options
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 { |