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:
Carson Black 2020-08-30 19:16:34 -04:00 committed by Jan Blackquill
parent 8c37d1d225
commit c24ebf1d12

View File

@ -30,7 +30,7 @@ Kirigami.AbstractListItem {
*
* Whether this ListItem renders as a section header.
*/
property bool sectionDelegate: true
property bool sectionDelegate: false
/**
* containsMouse: bool