homescreens/halcyon: Use reuseItems on app list

This commit is contained in:
Devin Lin 2022-09-18 00:00:28 -04:00
parent 76e63f7000
commit a4d47849e7

View file

@ -20,6 +20,7 @@ import org.kde.phone.homescreen.halcyon 1.0 as Halcyon
MobileShell.GridView { MobileShell.GridView {
id: gridView id: gridView
layer.enabled: true layer.enabled: true
reuseItems: true
readonly property int reservedSpaceForLabel: metrics.height readonly property int reservedSpaceForLabel: metrics.height
readonly property real effectiveContentWidth: width - leftMargin - rightMargin readonly property real effectiveContentWidth: width - leftMargin - rightMargin