proper formatting of cuts per minute and words per minute

This commit is contained in:
rolux 2012-03-08 11:50:35 +00:00
parent 7c8e2a5765
commit b43add8e2c

View file

@ -419,6 +419,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"}
}, },
@ -436,7 +437,7 @@
"title": "Words per Minute", "title": "Words per Minute",
"type": "float", "type": "float",
"columnWidth": 60, "columnWidth": 60,
"format": {"type": "unit", "args": ["wpm"]}, "format": {"type": "number", "args": [3]},
"sort": true, "sort": true,
"value": {"layer": "subtitles", "type": "wordsperminute"} "value": {"layer": "subtitles", "type": "wordsperminute"}
}, },