Change NColorChoice default label and description

This commit is contained in:
Thibault Martin
2026-02-14 14:24:38 +01:00
parent 2f6bf06270
commit bf860df8ea
2 changed files with 2 additions and 5 deletions
+2 -3
View File
@@ -6,13 +6,12 @@ RowLayout {
id: root
property real minimumWidth: 200
property string label: ""
property string description: ""
property string label: I18n.tr("common.select-color")
property string description: I18n.tr("common.select-color-description")
property string tooltip: ""
property string currentKey: ""
property var defaultValue: "none"
property int circleSize: Style.baseWidgetSize * 0.9
readonly property bool isValueChanged: currentKey !== defaultValue
readonly property string indicatorTooltip: {
I18n.tr("panels.indicator.default-value", {