proper formatting of cuts per minute and words per minute ... for padma too
This commit is contained in:
parent
b43add8e2c
commit
7761d85632
1 changed files with 2 additions and 0 deletions
|
@ -342,6 +342,7 @@
|
||||||
"title": "Cuts per Minute",
|
"title": "Cuts per Minute",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"columnWidth": 60,
|
"columnWidth": 60,
|
||||||
|
"format": {"type": "number", "args": [3]},
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"value": {"key": "cuts", "type": "lengthperminute"}
|
"value": {"key": "cuts", "type": "lengthperminute"}
|
||||||
},
|
},
|
||||||
|
@ -359,6 +360,7 @@
|
||||||
"title": "Words per Minute",
|
"title": "Words per Minute",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"columnWidth": 60,
|
"columnWidth": 60,
|
||||||
|
"format": {"type": "number", "args": [3]},
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"value": {"layer": "subtitles", "type": "wordsperminute"}
|
"value": {"layer": "subtitles", "type": "wordsperminute"}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue