From 8678dac385314b0a448116140d770458a565e730 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Tue, 19 May 2026 21:59:06 -0400 Subject: [PATCH] Edge to edge blur --- shell/plugins/lock/LockView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/plugins/lock/LockView.qml b/shell/plugins/lock/LockView.qml index 8353470b..c24e3718 100644 --- a/shell/plugins/lock/LockView.qml +++ b/shell/plugins/lock/LockView.qml @@ -72,6 +72,7 @@ Item { MultiEffect { anchors.fill: wallpaper source: wallpaper + autoPaddingEnabled: false blurEnabled: wallpaper.status === Image.Ready blur: 1.0 blurMax: 64