mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
4963b27f52
commit
77f545b38e
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue