diff options
| author | Mike Antipov <mantipov@productengine.com> | 2009-11-24 15:25:23 +0200 | 
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2009-11-24 15:25:23 +0200 | 
| commit | b79b8f81ea55a78fbf108107fd33fcb1a7933e99 (patch) | |
| tree | 4f8c51efd4a01c828f8b670ad3d3bc2ed647663d /indra | |
| parent | c4a10e9a53bd8f55b63b28783fa3758c21f6a122 (diff) | |
Work on critical sub-task EXT-2615 (IM Chat History is severely broken)
 -- updated layout for P2P IM chat
--HG--
branch : product-engine
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_session.xml | 15 | 
1 files changed, 8 insertions, 7 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 7f2f37409c..645c2973d8 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -18,7 +18,7 @@   min_height="350">    <layout_stack    follows="all" -  height="350" +  height="320"    width="300"    layout="topleft"    orientation="horizontal" @@ -35,7 +35,8 @@      <layout_panel         left="0"         top="0" -	   width="180" +       height="200" +	     width="185"         user_resize="false">          <button            height="20" @@ -55,10 +56,9 @@            width="25"            name="slide_right_btn" />          <chat_history -         length="1"  	 font="SansSerifSmall" -         follows="left|right|top" -         height="280" +         follows="left|right|top|bottom" +         height="150"           name="chat_history"           parse_highlights="true"           allow_html="true" @@ -66,12 +66,13 @@           width="180">          </chat_history>          <line_editor -         follows="left|right|top" +         bottom="0"  +         follows="left|right|bottom"  	 font="SansSerifSmall"           height="20"           label="To" +         layout="bottomleft"           name="chat_editor" -         top_pad="1"           width="180">          </line_editor>      </layout_panel> | 
