From ced3adcead663134ff3cf49d969225e87c3f2d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Atoch?= Date: Sun, 3 Aug 2025 09:14:45 -0400 Subject: [PATCH] Bring back the sourceSize on wallpaper - got removed by mistake --- Widgets/Sidebar/Panel/WallpaperPanel.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Widgets/Sidebar/Panel/WallpaperPanel.qml b/Widgets/Sidebar/Panel/WallpaperPanel.qml index 932e776..3747452 100644 --- a/Widgets/Sidebar/Panel/WallpaperPanel.qml +++ b/Widgets/Sidebar/Panel/WallpaperPanel.qml @@ -139,6 +139,9 @@ PanelWindow { cache: true smooth: true mipmap: true + // Limit memory usage + sourceSize.width: 480 + sourceSize.height: 270 } MouseArea { anchors.fill: parent