From 70c0db1cf42b5b703d05a018107f48a1fa0d5936 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 2 Jul 2012 16:11:58 +0200 Subject: [PATCH] fix #899 (formatting of aspect ratio) --- pandora/config.0xdb.jsonc | 2 +- pandora/config.padma.jsonc | 2 +- pandora/config.pandora.jsonc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 6f1c3820..5a07ccf2 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -371,7 +371,7 @@ "title": "Aspect Ratio", "type": "float", "columnWidth": 90, - "format": {"type": "unit", "args": [":1"]}, + "format": {"type": "unit", "args": [":1", 3]}, "sort": true }, { diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 87f74061..13babadd 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -295,7 +295,7 @@ "title": "Aspect Ratio", "type": "float", "columnWidth": 90, - "format": {"type": "unit", "args": [":1"]}, + "format": {"type": "unit", "args": [":1", 3]}, "sort": true }, { diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 0ce6c217..721de90c 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -236,7 +236,7 @@ "title": "Aspect Ratio", "type": "float", "columnWidth": 90, - "format": {"type": "unit", "args": [":1"]}, + "format": {"type": "unit", "args": [":1", 3]}, "sort": true }, {