From ee724ebfd32706e3dbd7c63c63b5b674a37e0874 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Wed, 22 Jan 2025 23:31:18 +0100 Subject: [PATCH] added support for different window size for level editor --- src/conf_gfx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 6f3bfd7b..ca486a09 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -11453,6 +11453,8 @@ struct ConfigInfo image_config[] = { "viewport.window.max_height", "-1" }, { "viewport.window.TITLE.width", ARG_DEFAULT }, { "viewport.window.TITLE.height", ARG_DEFAULT }, + { "viewport.window.EDITOR.width", ARG_DEFAULT }, + { "viewport.window.EDITOR.height", ARG_DEFAULT }, { "viewport.playfield.x", "6" }, { "viewport.playfield.y", "6" }, -- 2.34.1