diff --git a/src/kcms/desktop/ui/main.qml b/src/kcms/desktop/ui/main.qml index 37cdfd006b..577a73a87f 100644 --- a/src/kcms/desktop/ui/main.qml +++ b/src/kcms/desktop/ui/main.qml @@ -151,11 +151,8 @@ KCM.ScrollViewKCM { label: i18n("Row %1", section) } - delegate: Kirigami.DelegateRecycler { - width: desktopsList.width - - sourceComponent: desktopsListItemComponent - } + delegate: desktopsListItemComponent + reuseItems: true } footer: ColumnLayout {