diff --git a/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml b/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml --- a/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml +++ b/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml @@ -79,7 +79,7 @@ } else if (cfg_FillMode == Image.TileHorizontally) { return QPixmapItem.TileHorizontally; } - return QPixmapItem.Pad; + return QPixmapItem.PreserveAspectFit; } } PlasmaComponents.ToolButton {