update format for volume (like lightness)
This commit is contained in:
parent
d3dafa065e
commit
aff1252f3b
3 changed files with 3 additions and 0 deletions
|
@ -412,6 +412,7 @@
|
||||||
"title": "Volume",
|
"title": "Volume",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"columnWidth": 60,
|
"columnWidth": 60,
|
||||||
|
"format": {"type": "color", "args": ["lightness"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -335,6 +335,7 @@
|
||||||
"title": "Volume",
|
"title": "Volume",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"columnWidth": 60,
|
"columnWidth": 60,
|
||||||
|
"format": {"type": "color", "args": ["lightness"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -335,6 +335,7 @@
|
||||||
"title": "Volume",
|
"title": "Volume",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"columnWidth": 60,
|
"columnWidth": 60,
|
||||||
|
"format": {"type": "color", "args": ["lightness"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue