fix: initial 0 size on launcher wallpaper item

This commit is contained in:
2 * r + 2 * t 2026-04-27 21:30:53 +10:00
parent 8e373ced17
commit 5b88995b39

View file

@ -66,6 +66,7 @@ Item {
anchors.fill: parent
path: root.modelData.path
smooth: !root.PathView.view.moving
sourceSize: Qt.size(image.implicitWidth, image.implicitHeight)
}
}