mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(ncolorchoice): added "enabled" visual feedback
This commit is contained in:
@@ -34,6 +34,8 @@ RowLayout {
|
||||
|
||||
RowLayout {
|
||||
id: colourRow
|
||||
|
||||
opacity: enabled ? 1.0 : 0.6
|
||||
Layout.minimumWidth: root.diameter * Color.colorKeyModel.length
|
||||
|
||||
Repeater {
|
||||
|
||||
Reference in New Issue
Block a user