Icons: more icons

This commit is contained in:
LemmyCook
2025-09-08 21:37:01 -04:00
parent c77784b5c1
commit ccdb4e0664
14 changed files with 27 additions and 39 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ RowLayout {
indicator: NIcon {
x: combo.width - width - Style.marginM * scaling
y: combo.topPadding + (combo.availableHeight - height) / 2
text: Bootstrap.icons["arrow_drop_down"]
text: Bootstrap.icons["chevron-down"]
font.pointSize: Style.fontSizeL * scaling
}