mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
styledcombobox: make dropdown arrow nicer
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user