added shadow to items list

This commit is contained in:
Pico
2025-11-14 01:15:18 +03:00
parent 2362c2ab3f
commit 21c5111961
@@ -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 {