From: Dmitry D. Chernov Date: Mon, 15 May 2023 03:35:48 +0000 (+1000) Subject: Game: Enlarge the map description textbox in the map selection menu X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=fbef4d7a21bdc9a5b9c55f2b7b7d8ecde1151fe0 Game: Enlarge the map description textbox in the map selection menu --- 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;