forked from Shinonome/dots-hyprland
use triangle instead of the up/down arrows
This commit is contained in:
@@ -27,6 +27,14 @@ ComboBox {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
indicator: MaterialSymbol {
|
||||||
|
x: root.width - width - 16
|
||||||
|
y: root.height / 2 - height / 2
|
||||||
|
text: "arrow_drop_down"
|
||||||
|
iconSize: Appearance.font.pixelSize.larger
|
||||||
|
color: Appearance.colors.colOnSecondaryContainer
|
||||||
|
}
|
||||||
|
|
||||||
contentItem: Item {
|
contentItem: Item {
|
||||||
implicitWidth: buttonLayout.implicitWidth
|
implicitWidth: buttonLayout.implicitWidth
|
||||||
implicitHeight: buttonLayout.implicitHeight
|
implicitHeight: buttonLayout.implicitHeight
|
||||||
|
|||||||
Reference in New Issue
Block a user