X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_menu.pas;h=f021de31011bce9e4b0ad6e4a79123d234e89a4b;hb=fbef4d7a21bdc9a5b9c55f2b7b7d8ecde1151fe0;hp=05abeb44224d3b14fdfbd342068344e0067e0473;hpb=331eb2883320ee665901d7a4bf9a76f5ff74e195;p=d2df-sdl.git 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;