mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-08 19:47:45 +00:00
Minor UI fixes
This commit is contained in:
parent
f4327395a1
commit
0f6b51bd49
1 changed files with 4 additions and 2 deletions
|
@ -29,6 +29,8 @@ Kirigami.ApplicationWindow {
|
|||
globalToolBarStyle: Kirigami.ApplicationHeaderStyle.None
|
||||
|
||||
header: ColumnLayout {
|
||||
spacing: 0
|
||||
|
||||
Kirigami.Separator {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
@ -93,7 +95,7 @@ Kirigami.ApplicationWindow {
|
|||
id: aboutButton
|
||||
text: i18nc("@action:button Application settings", "Settings")
|
||||
icon.name: "settings-configure"
|
||||
onClicked: applicationWindow().pageStack.push(Qt.createComponent("org.kde.kirigamiaddons.formcard", "AboutPage"))
|
||||
onClicked: applicationWindow().pageStack.layers.push(Qt.createComponent("org.kde.kirigamiaddons.formcard", "AboutPage"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -129,4 +131,4 @@ Kirigami.ApplicationWindow {
|
|||
root.lastArchiveFile = path;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue