diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DownloadFromDiveComputer.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index 9d11167d9..e80f67e5f 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -224,6 +224,7 @@ Kirigami.Page { top: buttonBar.bottom topMargin: Kirigami.Units.smallSpacing * 4 } + Layout.bottomMargin: bottomButtons.height * 1.5 Layout.fillWidth: true Layout.fillHeight: true @@ -243,6 +244,7 @@ Kirigami.Page { } RowLayout { + id: bottomButtons Layout.fillWidth: true Controls.Label { text: "" // Spacer on the left for hamburger menu |