More icons improvements

This commit is contained in:
LemmyCook 2025-09-09 20:32:19 -04:00
parent 1f9247c429
commit 5e6f77f875
4 changed files with 6033 additions and 6029 deletions

View file

@ -85,7 +85,7 @@ RowLayout {
indicator: NIcon {
x: combo.width - width - Style.marginM * scaling
y: combo.topPadding + (combo.availableHeight - height) / 2
icon: "chevron-down"
icon: "caret-down"
font.pointSize: Style.fontSizeL * scaling
}