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>
This commit is contained in:
Dirk Hohndel 2019-09-21 16:30:12 -07:00
parent 9322c54b6a
commit 71a75bfda5

View file

@ -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