diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-25 16:12:45 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-25 16:12:45 -0700 |
commit | 77f545b38e474addfc8b744fe5f738a8f880b6f3 (patch) | |
tree | a5221e2ad30ca2d2f8a0830cf6cb29b19aaf8f2c /mobile-widgets/qml/DownloadFromDiveComputer.qml | |
parent | 4963b27f52c76c684a1ea585e2e2180c68945599 (diff) | |
download | subsurface-77f545b38e474addfc8b744fe5f738a8f880b6f3.tar.gz |
QML UI: Download from DC: move accept button to the right
So it doesn't conflict with the hamburger menu button / opening the
global drawer.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DownloadFromDiveComputer.qml')
-rw-r--r-- | mobile-widgets/qml/DownloadFromDiveComputer.qml | 4 |
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") |