From 8d793fdda84dfc929a739a1f67ebd09916814899 Mon Sep 17 00:00:00 2001 From: eskyuu Date: Sun, 29 Sep 2024 15:44:44 +0800 Subject: [PATCH] Fix default config for custom map height and width (#16449) --- misc/config_definitions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/config_definitions.json b/misc/config_definitions.json index 05b3643e0a..9d267998cc 100644 --- a/misc/config_definitions.json +++ b/misc/config_definitions.json @@ -1074,7 +1074,7 @@ "order": 22 }, "custom_map.height": { - "default": "1800px", + "default": "800px", "type": "text", "group": "webui", "section": "custom-map", @@ -1161,7 +1161,7 @@ "order": 23 }, "custom_map.width": { - "default": "800px", + "default": "1800px", "type": "text", "group": "webui", "section": "custom-map",