Fix sourceSize quality

This commit is contained in:
Ivan Rosinskii
2025-12-05 18:07:40 +01:00
committed by GitHub
parent ead056c207
commit 52d6e8a5d1
@@ -193,8 +193,8 @@ Variants {
} }
} }
sourceSize { sourceSize {
width: bgRoot.scaledWallpaperWidth width: Math.max(bgRoot.wallpaperWidth, bgRoot.wallpaperWidth / bgRoot.parallaxRation)
height: bgRoot.scaledWallpaperHeight height: Math.max(bgRoot.wallpaperHeight, bgRoot.wallpaperHeight / bgRoot.parallaxRation)
} }
width: bgRoot.scaledWallpaperWidth width: bgRoot.scaledWallpaperWidth
height: bgRoot.scaledWallpaperHeight height: bgRoot.scaledWallpaperHeight