mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
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