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 }, {