mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: reserve space for the hamburger menu on Download page
Having a label with no width that can expand wasn't really a great way to do so. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6f9c8ea1b7
commit
00e673230a
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,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
|
||||||
Layout.fillWidth: true
|
width: Kirigami.Units.gridUnit * 2
|
||||||
}
|
}
|
||||||
SsrfButton {
|
SsrfButton {
|
||||||
id: acceptButton
|
id: acceptButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue