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