kcms/rules: Reuse items on the property selection ListView

This makes scrolling the list view much more responsive as there
is no need to create new delegates

BUG: 449275
FIXED-IN: 6.2
wilder/Plasma/6.2
Ismael Asensio 2 years ago
parent 90dbeef1d6
commit 893bffd572
  1. 1
      src/kcms/rules/ui/RulesEditor.qml

@ -185,6 +185,7 @@ KCM.ScrollViewKCM {
model: overlayModel
Layout.preferredWidth: Kirigami.Units.gridUnit * 28
clip: true
reuseItems: true
section {
property: "section"

Loading…
Cancel
Save