proper formatting of number of cuts and number of words

This commit is contained in:
rolux 2012-03-08 09:54:07 +00:00
parent f5626072db
commit 9e465a9a06
2 changed files with 6 additions and 2 deletions

View file

@ -382,6 +382,7 @@
"title": "Number of Cuts", "title": "Number of Cuts",
"type": "integer", "type": "integer",
"columnWidth": 60, "columnWidth": 60,
"format": {"type": "number", "args": []},
"value": {"key": "cuts", "type": "length"} "value": {"key": "cuts", "type": "length"}
}, },
{ {
@ -393,9 +394,10 @@
}, },
{ {
"id": "words", "id": "words",
"title": "Words", "title": "Number of Words",
"type": "integer", "type": "integer",
"columnWidth": 60, "columnWidth": 60,
"format": {"type": "number", "args": []},
"value": {"layer": "subtitles", "type": "words"} "value": {"layer": "subtitles", "type": "words"}
}, },
{ {

View file

@ -311,6 +311,7 @@
"title": "Number of Cuts", "title": "Number of Cuts",
"type": "integer", "type": "integer",
"columnWidth": 60, "columnWidth": 60,
"format": {"type": "number", "args": []},
"value": {"key": "cuts", "type": "length"} "value": {"key": "cuts", "type": "length"}
}, },
{ {
@ -322,9 +323,10 @@
}, },
{ {
"id": "words", "id": "words",
"title": "Words", "title": "Number of Words",
"type": "integer", "type": "integer",
"columnWidth": 60, "columnWidth": 60,
"format": {"type": "number", "args": []},
"value": {"layer": "subtitles", "type": "words"} "value": {"layer": "subtitles", "type": "words"}
}, },
{ {