DEADSOFTWARE

Game: Enlarge the map description textbox in the map selection menu
[d2df-sdl.git] / 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;