Ticket #4252: chat_window_stupid_resize_v1.patch

File chat_window_stupid_resize_v1.patch, 1.5 KB (added by elexis, 8 years ago)
  • binaries/data/mods/public/gui/session/chat_window.xml

     
    3838
    3939    <!-- Chat input elements -->
    4040    <object name="chatPage" size="0 100%-120 100% 100%">
    4141
    4242        <!-- Message addressee -->
    43         <object size="16 100%-106 50 100%-82" type="text" style="ModernLeftLabelText">
     43        <object size="16 100%-106 110 100%-82" type="text" style="ModernLeftLabelText">
    4444            <translatableAttribute id="caption" context="chat input">To:</translatableAttribute>
    4545        </object>
    4646        <object
    4747            name="chatAddressee"
    4848            type="dropdown"
    49             size="75 100%-108 100%-16 100%-84"
     49            size="135 100%-108 100%-16 100%-84"
    5050            style="ModernDropDown"
    5151            tooltip_style="sessionToolTipBold"
    5252        >
    5353            <translatableAttribute id="tooltip" context="chat input">Select chatmessage addressee.</translatableAttribute>
    5454        </object>
    5555
    5656        <!-- Message text -->
    57         <object type="text" size="16 100%-74 50 100%-50" style="ModernLeftLabelText">
     57        <object type="text" size="16 100%-74 110 100%-50" style="ModernLeftLabelText">
    5858            <translatableAttribute id="caption" context="chat input">Text:</translatableAttribute>
    5959        </object>
    6060        <object
    6161            type="input"
    6262            name="chatInput"
    63             size="75 100%-76 100%-16 100%-52"
     63            size="135 100%-76 100%-16 100%-52"
    6464            style="ModernInput"
    6565            max_length="80"
    6666        >
    6767            <action on="Press">submitChatInput();</action>
    6868            <action on="Tab">