DEADSOFTWARE

Game: Enlarge the map description textbox in the map selection menu
authorDmitry D. Chernov <blackdoomer@yandex.ru>
Mon, 15 May 2023 03:35:48 +0000 (13:35 +1000)
committerDmitry D. Chernov <blackdoomer@yandex.ru>
Mon, 15 May 2023 03:35:48 +0000 (13:35 +1000)
src/game/g_menu.pas

index 05abeb44224d3b14fdfbd342068344e0067e0473..f021de31011bce9e4b0ad6e4a79123d234e89a4b 100644 (file)
@@ -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;