Ticket #3535: chat_messages_get_drawn_over_the_diplomacy_window_v3.patch

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

     
    55    type="image"
    66    hidden="true"
    77    sprite="ModernDialog"
     8    z="15"
    89>
    910    <object type="text" style="TitleText" size="50%-96 -16 50%+96 16">
    1011        <translatableAttribute id="caption">Diplomacy</translatableAttribute>
  • 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="0" 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="3">
    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">