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