From 53f14b3ca2e7612ab1eec6aaaff2a75d72ce8112 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 4 May 2025 15:11:11 +1000 Subject: launcher: focused wallpaper shadow --- modules/launcher/WallpaperList.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'modules/launcher/WallpaperList.qml') diff --git a/modules/launcher/WallpaperList.qml b/modules/launcher/WallpaperList.qml index ecf7976..e3bf2ee 100644 --- a/modules/launcher/WallpaperList.qml +++ b/modules/launcher/WallpaperList.qml @@ -36,6 +36,18 @@ PathView { path: Path { startY: root.height / 2 + PathAttribute { + name: "z" + value: 0 + } + PathLine { + x: root.width / 2 + relativeY: 0 + } + PathAttribute { + name: "z" + value: 1 + } PathLine { x: root.width relativeY: 0 -- cgit v1.2.3-freya