fix #899 (formatting of aspect ratio)

This commit is contained in:
rolux 2012-07-02 16:11:58 +02:00
parent 78bb1cc0ed
commit 70c0db1cf4
3 changed files with 3 additions and 3 deletions

View File

@ -371,7 +371,7 @@
"title": "Aspect Ratio",
"type": "float",
"columnWidth": 90,
"format": {"type": "unit", "args": [":1"]},
"format": {"type": "unit", "args": [":1", 3]},
"sort": true
},
{

View File

@ -295,7 +295,7 @@
"title": "Aspect Ratio",
"type": "float",
"columnWidth": 90,
"format": {"type": "unit", "args": [":1"]},
"format": {"type": "unit", "args": [":1", 3]},
"sort": true
},
{

View File

@ -236,7 +236,7 @@
"title": "Aspect Ratio",
"type": "float",
"columnWidth": 90,
"format": {"type": "unit", "args": [":1"]},
"format": {"type": "unit", "args": [":1", 3]},
"sort": true
},
{