forked from Shinonome/dots-hyprland
wallpaper selector: add shadows
This commit is contained in:
@@ -102,16 +102,15 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
Layout.alignment: Qt.AlignHCenter
|
||||||
implicitWidth: wallpaperGridBackground.implicitWidth
|
implicitWidth: wallpaperGridBackground.implicitWidth
|
||||||
implicitHeight: wallpaperGridBackground.implicitHeight
|
implicitHeight: wallpaperGridBackground.implicitHeight
|
||||||
|
|
||||||
StyledRectangularShadow {
|
StyledRectangularShadow {
|
||||||
target: wallpaperGridBackground
|
target: wallpaperGridBackground
|
||||||
}
|
}
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user