mirror of https://github.com/KDE/kasts.git
Fix SectionListHeaders on DownloadListPage
SectionListHeader has been ported to ItemDelegate in KF6, which needs the width to be set explicitly.
This commit is contained in:
parent
c0b763700e
commit
612ebe30a7
|
@ -64,6 +64,7 @@ Kirigami.ScrollablePage {
|
|||
|
||||
section {
|
||||
delegate: Kirigami.ListSectionHeader {
|
||||
width: episodeList.width
|
||||
required property string section
|
||||
|
||||
// NOTE: the Enclosure.Status enum values get converted to strings
|
||||
|
|
Loading…
Reference in New Issue