From 57f815bdc885960ba27c0028d044a0977afd3eba Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 17:15:10 +1000 Subject: wallpaper: limit source size Also animate launcher and osd background colours --- modules/background/Wallpaper.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/background/Wallpaper.qml') diff --git a/modules/background/Wallpaper.qml b/modules/background/Wallpaper.qml index b126617..2ffc922 100644 --- a/modules/background/Wallpaper.qml +++ b/modules/background/Wallpaper.qml @@ -43,6 +43,8 @@ Item { fillMode: Image.PreserveAspectCrop opacity: 0 scale: Wallpapers.showPreview ? 1 : 0.8 + sourceSize.width: width + sourceSize.height: height onStatusChanged: { if (status === Image.Ready) -- cgit v1.2.3-freya