From c24ebf1d12817adefa28c8735323a68fdc40638b Mon Sep 17 00:00:00 2001 From: Carson Black Date: Sun, 30 Aug 2020 19:16:34 -0400 Subject: [PATCH] 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 --- src/declarativeimports/plasmaextracomponents/qml/ListItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarativeimports/plasmaextracomponents/qml/ListItem.qml b/src/declarativeimports/plasmaextracomponents/qml/ListItem.qml index 4c6c3e82a..0e888d306 100644 --- a/src/declarativeimports/plasmaextracomponents/qml/ListItem.qml +++ b/src/declarativeimports/plasmaextracomponents/qml/ListItem.qml @@ -30,7 +30,7 @@ Kirigami.AbstractListItem { * * Whether this ListItem renders as a section header. */ - property bool sectionDelegate: true + property bool sectionDelegate: false /** * containsMouse: bool