forked from Shinonome/dots-hyprland
Fix sourceSize quality
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user