diff --git a/Widgets/NColorChoice.qml b/Widgets/NColorChoice.qml index 91aedfd88..6d8cd294c 100644 --- a/Widgets/NColorChoice.qml +++ b/Widgets/NColorChoice.qml @@ -34,6 +34,8 @@ RowLayout { RowLayout { id: colourRow + + opacity: enabled ? 1.0 : 0.6 Layout.minimumWidth: root.diameter * Color.colorKeyModel.length Repeater {