mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-12 06:41:03 +00:00
NIcon new widget to simplify icons display
This commit is contained in:
@@ -77,11 +77,10 @@ ColumnLayout {
|
||||
combo.currentIndex).name : ""
|
||||
}
|
||||
|
||||
indicator: NText {
|
||||
indicator: NIcon {
|
||||
x: combo.width - width - Style.marginMedium * scaling
|
||||
y: combo.topPadding + (combo.availableHeight - height) / 2
|
||||
text: "arrow_drop_down"
|
||||
font.family: "Material Symbols Outlined"
|
||||
font.pointSize: Style.fontSizeXL * scaling
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user