From fbef4d7a21bdc9a5b9c55f2b7b7d8ecde1151fe0 Mon Sep 17 00:00:00 2001 From: "Dmitry D. Chernov" Date: Mon, 15 May 2023 13:35:48 +1000 Subject: [PATCH] Game: Enlarge the map description textbox in the map selection menu --- src/game/g_menu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_menu.pas b/src/game/g_menu.pas index 05abeb4..f021de3 100644 --- a/src/game/g_menu.pas +++ b/src/game/g_menu.pas @@ -2782,7 +2782,7 @@ begin FixedLength := 10; Enabled := False; end; - with AddMemo(_lc[I_MENU_MAP_DESCRIPTION], 12, 4) do + with AddMemo(_lc[I_MENU_MAP_DESCRIPTION], 20, 4) do begin Name := 'meMapDescription'; end; -- 2.29.2