mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
wallpaper selector: add shadows
This commit is contained in:
parent
dac9ed2785
commit
28256c0a72
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue