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:
Dirk Hohndel 2017-06-25 16:12:45 -07:00
parent 4963b27f52
commit 77f545b38e

View file

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