forked from Shinonome/dots-hyprland
added shadow to items list
This commit is contained in:
@@ -156,9 +156,17 @@ ComboBox {
|
||||
}
|
||||
}
|
||||
|
||||
background: Rectangle {
|
||||
radius: Appearance.rounding.normal
|
||||
color: Appearance.colors.colSurfaceContainerHigh
|
||||
background: Item {
|
||||
StyledRectangularShadow {
|
||||
target: popupBackground
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: popupBackground
|
||||
anchors.fill: parent
|
||||
radius: Appearance.rounding.normal
|
||||
color: Appearance.colors.colSurfaceContainerHigh
|
||||
}
|
||||
}
|
||||
|
||||
contentItem: StyledListView {
|
||||
|
||||
Reference in New Issue
Block a user