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 {
width: bgRoot.scaledWallpaperWidth
height: bgRoot.scaledWallpaperHeight
width: Math.max(bgRoot.wallpaperWidth, bgRoot.wallpaperWidth / bgRoot.parallaxRation)
height: Math.max(bgRoot.wallpaperHeight, bgRoot.wallpaperHeight / bgRoot.parallaxRation)
}
width: bgRoot.scaledWallpaperWidth
height: bgRoot.scaledWallpaperHeight