Port away from KQuickControlsAddons.QIconItem

This commit is contained in:
Nicolas Fella 2022-10-19 22:24:04 +02:00 committed by Devin Lin
parent 760723a567
commit e2bfa2212f

View file

@ -73,11 +73,11 @@ Controls.Drawer {
z: wallpapersView.currentIndex === index ? 2 : 0 z: wallpapersView.currentIndex === index ? 2 : 0
contentItem: Item { contentItem: Item {
Addons.QIconItem { PlasmaCore.IconItem {
anchors.centerIn: parent anchors.centerIn: parent
width: PlasmaCore.Units.iconSizes.large width: PlasmaCore.Units.iconSizes.large
height: width height: width
icon: "view-preview" source: "view-preview"
visible: !walliePreview.visible visible: !walliePreview.visible
} }