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
This commit is contained in:
parent
90dbeef1d6
commit
893bffd572
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ KCM.ScrollViewKCM {
|
||||||
model: overlayModel
|
model: overlayModel
|
||||||
Layout.preferredWidth: Kirigami.Units.gridUnit * 28
|
Layout.preferredWidth: Kirigami.Units.gridUnit * 28
|
||||||
clip: true
|
clip: true
|
||||||
|
reuseItems: true
|
||||||
|
|
||||||
section {
|
section {
|
||||||
property: "section"
|
property: "section"
|
||||||
|
|
Loading…
Reference in a new issue