diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-09-21 16:30:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-09-21 16:30:12 -0700 |
commit | 71a75bfda5cbed5f5eec94e09f3d2aa965ec7781 (patch) | |
tree | 01a1d8e42e1c2d4328a96c95706448091914cba6 /mobile-widgets/qml | |
parent | 9322c54b6a1e1bb85954b106be5410e413a05c14 (diff) | |
download | subsurface-71a75bfda5cbed5f5eec94e09f3d2aa965ec7781.tar.gz |
Mobile: more space around menu button on Download page
This looked fine when playing with it on the desktop, but required
more space on device for some reason.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/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 e278e40ae..48fd816d8 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -380,7 +380,7 @@ Kirigami.Page { id: bottomButtons Controls.Label { text: "" // Spacer on the left for hamburger menu - width: Kirigami.Units.gridUnit * 2 + width: Kirigami.Units.gridUnit * 2.5 } SsrfButton { id: acceptButton |