From 28256c0a720330a6e2fc9a5e98c4e138f5f49f1d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 22 Aug 2025 22:03:41 +0700 Subject: [PATCH] wallpaper selector: add shadows --- .../modules/wallpaperSelector/WallpaperSelectorContent.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/quickshell/ii/modules/wallpaperSelector/WallpaperSelectorContent.qml b/.config/quickshell/ii/modules/wallpaperSelector/WallpaperSelectorContent.qml index bd2be581..981d7a43 100644 --- a/.config/quickshell/ii/modules/wallpaperSelector/WallpaperSelectorContent.qml +++ b/.config/quickshell/ii/modules/wallpaperSelector/WallpaperSelectorContent.qml @@ -102,16 +102,15 @@ Item { } Item { + Layout.alignment: Qt.AlignHCenter implicitWidth: wallpaperGridBackground.implicitWidth implicitHeight: wallpaperGridBackground.implicitHeight - + StyledRectangularShadow { target: wallpaperGridBackground } Rectangle { id: wallpaperGridBackground - - Layout.alignment: Qt.AlignHCenter color: Appearance.colors.colLayer0 radius: Appearance.rounding.screenRounding border.width: 1