mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
9322c54b6a
commit
71a75bfda5
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ Kirigami.Page {
|
||||||
id: bottomButtons
|
id: bottomButtons
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
text: "" // Spacer on the left for hamburger menu
|
text: "" // Spacer on the left for hamburger menu
|
||||||
width: Kirigami.Units.gridUnit * 2
|
width: Kirigami.Units.gridUnit * 2.5
|
||||||
}
|
}
|
||||||
SsrfButton {
|
SsrfButton {
|
||||||
id: acceptButton
|
id: acceptButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue