mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Port away from KQuickControlsAddons.QIconItem
This commit is contained in:
parent
760723a567
commit
e2bfa2212f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue