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
1bd18d0edc
commit
39aa45e93b
@ -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…
x
Reference in New Issue
Block a user