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", "title": "Aspect Ratio",
"type": "float", "type": "float",
"columnWidth": 90, "columnWidth": 90,
"format": {"type": "unit", "args": [":1"]}, "format": {"type": "unit", "args": [":1", 3]},
"sort": true "sort": true
}, },
{ {

View file

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

View file

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