Ticket #3351: t3351_reproduce.patch

File t3351_reproduce.patch, 1.1 KB (added by elexis, 9 years ago)

Easy way to reproduce the error

  • binaries/data/mods/public/gui/gamesetup/gamesetup.js

     
    14491449        }
    14501450    }
    14511451
    14521452    Engine.GetGUIObjectByName("mapInfoDescription").caption = playerString;
    14531453
     1454    Engine.GetGUIObjectByName("mapInfoDescription").caption = "123\n123";
     1455   
    14541456    g_IsInGuiUpdate = false;
    14551457
    14561458    // Game attributes include AI settings, so update the player list
    14571459    updatePlayerList();
    14581460
  • binaries/data/mods/public/gui/gamesetup/styles.xml

     
    1717        font="sans-12"
    1818        scrollbar="true"
    1919        scrollbar_style="ModernScrollBar"
    2020        scroll_bottom="true"
    2121        textcolor="white"
    22         text_align="left"
     22        text_align="center"
    2323        text_valign="top"
    2424    />
    2525
    2626
    2727    <style name="ChatPanel"