styledcombobox: make dropdown arrow nicer

This commit is contained in:
end-4
2025-11-13 23:35:24 +01:00
parent 7049dda7de
commit a135b09ec7
@@ -31,9 +31,14 @@ ComboBox {
indicator: MaterialSymbol {
x: root.width - width - 16
y: root.height / 2 - height / 2
text: "arrow_drop_down"
text: "keyboard_arrow_down"
iconSize: Appearance.font.pixelSize.larger
color: Appearance.colors.colOnSecondaryContainer
rotation: root.popup.visible ? 180 : 0
Behavior on rotation {
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
}
}
contentItem: Item {