diff --git a/modules/launcher/items/WallpaperItem.qml b/modules/launcher/items/WallpaperItem.qml index 3f2143ae..ddf0d61a 100644 --- a/modules/launcher/items/WallpaperItem.qml +++ b/modules/launcher/items/WallpaperItem.qml @@ -66,6 +66,7 @@ Item { anchors.fill: parent path: root.modelData.path smooth: !root.PathView.view.moving + sourceSize: Qt.size(image.implicitWidth, image.implicitHeight) } }