Use NColorChoice when possible

This commit is contained in:
Thibault Martin
2026-02-14 15:01:50 +01:00
parent bf860df8ea
commit 188a537704
26 changed files with 36 additions and 148 deletions
@@ -113,11 +113,10 @@ ColumnLayout {
}
}
NComboBox {
NColorChoice {
visible: valueEnableColorization
label: I18n.tr("common.select-color")
label: I18n.tr("common.select-icon-color")
description: I18n.tr("bar.custom-button.color-selection-description")
model: Color.colorKeyModel
currentKey: valueColorizeSystemIcon
onSelected: key => {
valueColorizeSystemIcon = key;