diff options
author | Hitomi Tiponi <none@none> | 2012-05-18 18:47:24 -0400 |
---|---|---|
committer | Hitomi Tiponi <none@none> | 2012-05-18 18:47:24 -0400 |
commit | 6416ba767fb029ab9d45e0ddea5a97926f17b087 (patch) | |
tree | 473d97534333bbf5a2df5a6d335bf261f1e0bbaf /indra/newview/skins | |
parent | d6569db3520f7e0ce2d93febb6f4e26b48c08a3d (diff) |
STORM-1862 The left-hand border of the input field for IMs is missing
With help from Jonathan Yap
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_session.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_im_session.xml b/indra/newview/skins/default/xui/en/floater_im_session.xml index ca73883e53..82014e8836 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -46,7 +46,7 @@ tab_group="2" top="0" height="200" - width="254" + width="244" user_resize="true"> <button height="20" @@ -73,10 +73,11 @@ parse_highlights="true" parse_urls="true" left="1" - width="249"> + width="238"> </chat_history> <line_editor bottom="0" + left="3" follows="left|right|bottom" font="SansSerifSmall" height="20" @@ -84,7 +85,7 @@ layout="bottomleft" name="chat_editor" tab_group="3" - width="249"> + width="236"> </line_editor> </layout_panel> </layout_stack> |