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

@@ -201,10 +201,9 @@ MessageDelegateBase {
}
}
sectionComponent: SectionDelegate {
id: sectionDelegate
labelText: root.section
colorSet: root.compactMode ? Kirigami.Theme.View : Kirigami.Theme.Window
sectionComponent: Kirigami.ListSectionHeader {
horizontalPadding: 0
text: root.section
}
readMarkerComponent: AvatarFlow {