diff options
Diffstat (limited to 'mobile-widgets/qml/DownloadFromDiveComputer.qml')
-rw-r--r-- | mobile-widgets/qml/DownloadFromDiveComputer.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index 229b5322d..b80412673 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -379,7 +379,7 @@ Kirigami.Page { id: bottomButtons Controls.Label { text: "" // Spacer on the left for hamburger menu - Layout.fillWidth: true + width: Kirigami.Units.gridUnit * 2 } SsrfButton { id: acceptButton |