wallpaper selector: add shadows

This commit is contained in:
end-4
2025-08-22 22:03:41 +07:00
parent dac9ed2785
commit 28256c0a72
@@ -102,6 +102,7 @@ Item {
} }
Item { Item {
Layout.alignment: Qt.AlignHCenter
implicitWidth: wallpaperGridBackground.implicitWidth implicitWidth: wallpaperGridBackground.implicitWidth
implicitHeight: wallpaperGridBackground.implicitHeight implicitHeight: wallpaperGridBackground.implicitHeight
@@ -110,8 +111,6 @@ Item {
} }
Rectangle { Rectangle {
id: wallpaperGridBackground id: wallpaperGridBackground
Layout.alignment: Qt.AlignHCenter
color: Appearance.colors.colLayer0 color: Appearance.colors.colLayer0
radius: Appearance.rounding.screenRounding radius: Appearance.rounding.screenRounding
border.width: 1 border.width: 1