1
Fork 0
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:
Joshua Goins 2025-05-07 20:48:37 -04:00
parent f4327395a1
commit 0f6b51bd49

View file

@ -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;
}
}
}
}