Ticket #3535: chat_messages_get_drawn_over_the_diplomacy_window_v2.patch

File chat_messages_get_drawn_over_the_diplomacy_window_v2.patch, 1.1 KB (added by Sergey Kushnirenko, 8 years ago)
  • binaries/data/mods/public/gui/session/session.xml

     
    204204    <!-- ================================  ================================ -->
    205205
    206206    <!-- Chat panel -->
    207     <object name="chatPanel" size="0 130 100% 100%-240" type="image" ghost="true">
     207    <object name="chatPanel" size="0 130 100% 100%-240" type="image" ghost="true" z="-1" absolute="true">
    208208        <object name="chatText" size="3 1 100%-1 100%-1" type="text" style="chatPanel" ghost="true"/>
    209209    </object>
    210210
    211211    <!-- Chat window -->
    212     <object name="chatDialogPanel" size="50%-180 50%-48 50%+180 50%+36" type="image" hidden="true" sprite="genericPanel">
     212    <object name="chatDialogPanel" size="50%-180 50%-48 50%+180 50%+36" type="image" hidden="true" sprite="genericPanel" z="-0.9">
    213213        <object name="chatInput" size="16 12 100%-16 36" type="input" style="ModernInput" max_length="80">
    214214            <action on="Press">submitChatInput();</action>
    215215            <action on="Tab">