aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile-widgets/qml/DownloadFromDiveComputer.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml
index b9a59adcb..827fcfa1d 100644
--- a/mobile-widgets/qml/DownloadFromDiveComputer.qml
+++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml
@@ -152,6 +152,10 @@ Kirigami.Page {
RowLayout {
Layout.fillWidth: true
+ Kirigami.Label {
+ text: "" // Spacer on the left for hamburger menu
+ Layout.fillWidth: true
+ }
Button {
id: acceptButton
text: qsTr("Accept")