mirror of
https://github.com/KDE/kde-linux.git
synced 2026-08-01 01:37:17 -04:00
right-align all buttons in Calamares' FooterBar.qml
(incl. Cancel and Done) like Kubuntu does.
This commit is contained in:
committed by
Thomas Duckworth
parent
65342325d7
commit
231d8edcef
@@ -11,16 +11,6 @@ import io.calamares.ui as Calamares
|
||||
RowLayout {
|
||||
spacing: Kirigami.Units.smallSpacing
|
||||
|
||||
QQC.Button {
|
||||
action: Kirigami.Action {
|
||||
enabled: Calamares.ViewManager.quitEnabled
|
||||
visible: Calamares.ViewManager.quitVisible
|
||||
text: Calamares.ViewManager.quitLabel
|
||||
icon.name: Calamares.ViewManager.quitIcon
|
||||
onTriggered: Calamares.ViewManager.quit()
|
||||
}
|
||||
}
|
||||
|
||||
Item { Layout.fillWidth: true }
|
||||
|
||||
QQC.Button {
|
||||
@@ -41,4 +31,13 @@ RowLayout {
|
||||
}
|
||||
}
|
||||
|
||||
QQC.Button {
|
||||
action: Kirigami.Action {
|
||||
enabled: Calamares.ViewManager.quitEnabled
|
||||
visible: Calamares.ViewManager.quitVisible
|
||||
text: Calamares.ViewManager.quitLabel
|
||||
icon.name: Calamares.ViewManager.quitIcon
|
||||
onTriggered: Calamares.ViewManager.quit()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user