summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 02ea0fadd..150c6d1ed 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -127,6 +127,7 @@ Kirigami.ApplicationWindow {
}
globalDrawer: Kirigami.GlobalDrawer {
+ height: rootItem.height
topContent: Image {
source: "qrc:/qml/icons/dive.jpg"
Layout.fillWidth: true
@@ -661,7 +662,6 @@ if you have network connectivity and want to sync your data to cloud storage."),
DiveDetails {
id: detailsWindow
visible: false
- anchors.fill: parent
}
Log {
@@ -682,7 +682,6 @@ if you have network connectivity and want to sync your data to cloud storage."),
MapPage {
id: mapPage
visible: false
- anchors.fill: parent
}
ThemeTest {