Make the explore page header way prettier, like it is in KCMs

This commit is contained in:
Joshua Goins
2023-08-17 17:37:41 -04:00
parent 0a1c489401
commit 05f3c3ee0a

View File

@@ -25,6 +25,14 @@ Kirigami.ScrollablePage {
header: QQC2.Control {
padding: Kirigami.Units.largeSpacing
background: Rectangle {
Kirigami.Theme.colorSet: Kirigami.Theme.Window
Kirigami.Theme.inherit: false
color: Kirigami.Theme.backgroundColor
}
contentItem: RowLayout {
Kirigami.SearchField {
id: identifierField
@@ -173,6 +181,15 @@ Kirigami.ScrollablePage {
}
}
Kirigami.Separator {
z: 999
anchors {
left: parent.left
right: parent.right
top: parent.bottom
}
}
}
ListView {