From 4ea08f9b4174681a2daf9aca7b78efdce7520dec Mon Sep 17 00:00:00 2001 From: Szunti Date: Sat, 31 Mar 2018 21:01:30 +0200 Subject: [PATCH] Fix too large window height. --- data/objects/title_controller.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/objects/title_controller.cfg b/data/objects/title_controller.cfg index b3a3deb6..6313e9c1 100644 --- a/data/objects/title_controller.cfg +++ b/data/objects/title_controller.cfg @@ -1442,7 +1442,7 @@ ] where width = max(800, arg.width) - where height = max(600, arg.width) + where height = max(600, arg.height) ",