Switch section delegate for standard Kirigami.ListSectionHeader

Switch section delegate for standard Kirigami.ListSectionHeader, SectionDelegate is no longer required so removed.
This commit is contained in:
James Graham
2025-06-20 07:42:14 +01:00
parent f026414b1a
commit e2daa091e8
4 changed files with 6 additions and 63 deletions

View File

@@ -69,11 +69,11 @@ TimelineDelegate {
alwaysFillWidth: NeoChatConfig.compactLayout
contentItem: ColumnLayout {
SectionDelegate {
Kirigami.ListSectionHeader {
Layout.fillWidth: true
visible: root.showSection
labelText: root.section
colorSet: NeoChatConfig.compactLayout ? Kirigami.Theme.View : Kirigami.Theme.Window
horizontalPadding: 0
text: root.section
}
RowLayout {
Layout.fillWidth: true