mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-09 03:57:44 +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
|
globalToolBarStyle: Kirigami.ApplicationHeaderStyle.None
|
||||||
|
|
||||||
header: ColumnLayout {
|
header: ColumnLayout {
|
||||||
|
spacing: 0
|
||||||
|
|
||||||
Kirigami.Separator {
|
Kirigami.Separator {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
@ -93,7 +95,7 @@ Kirigami.ApplicationWindow {
|
||||||
id: aboutButton
|
id: aboutButton
|
||||||
text: i18nc("@action:button Application settings", "Settings")
|
text: i18nc("@action:button Application settings", "Settings")
|
||||||
icon.name: "settings-configure"
|
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"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue