Fix incorrect default for PlasmaExtras.ListItem
This fixes the mismatched default sectionDelegate compared to PlasmaComponents.ListItem, where it was default false and this was default true. BUG: 425769
This commit is contained in:
parent
8c37d1d225
commit
c24ebf1d12
@ -30,7 +30,7 @@ Kirigami.AbstractListItem {
|
||||
*
|
||||
* Whether this ListItem renders as a section header.
|
||||
*/
|
||||
property bool sectionDelegate: true
|
||||
property bool sectionDelegate: false
|
||||
|
||||
/**
|
||||
* containsMouse: bool
|
||||
|
Loading…
Reference in New Issue
Block a user