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
@ -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…
x
Reference in New Issue
Block a user