added shadow to items list

This commit is contained in:
Pico
2025-11-14 01:15:18 +03:00
parent 2362c2ab3f
commit 21c5111961
@@ -156,10 +156,18 @@ ComboBox {
} }
} }
background: Rectangle { background: Item {
StyledRectangularShadow {
target: popupBackground
}
Rectangle {
id: popupBackground
anchors.fill: parent
radius: Appearance.rounding.normal radius: Appearance.rounding.normal
color: Appearance.colors.colSurfaceContainerHigh color: Appearance.colors.colSurfaceContainerHigh
} }
}
contentItem: StyledListView { contentItem: StyledListView {
id: listView id: listView