diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-12-15 21:28:38 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-12-15 21:28:38 +0200 |
commit | 01bdfb3ecb88ce71078494274a8d7835d181c50e (patch) | |
tree | 9067cd1b8c99b40ca89e018bc498d13896a0f1d9 /indra/newview/skins/default/xui/en | |
parent | f8b51f40289255ce38f65830f5bb0f29def3b757 (diff) |
CHUI-591 FIXED Issues with resizing conversations floater
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_container.xml | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_im_container.xml b/indra/newview/skins/default/xui/en/floater_im_container.xml index 1128b8fef6..37a3b9ac59 100644 --- a/indra/newview/skins/default/xui/en/floater_im_container.xml +++ b/indra/newview/skins/default/xui/en/floater_im_container.xml @@ -15,7 +15,7 @@ title="CONVERSATIONS" bottom="-50" right="-5" - width="450"> + width="500"> <string name="collapse_icon" value="Conv_toolbar_collapse"/> @@ -24,22 +24,21 @@ value="Conv_toolbar_expand"/> <layout_stack animate="true" + bottom="-1" follows="all" - height="230" layout="topleft" left="0" name="conversations_stack" orientation="horizontal" - top="0" - width="450"> + right="-1" + top="0"> <layout_panel auto_resize="false" user_resize="true" - height="430" name="conversations_layout_panel" min_dim="38" - width="268" - expanded_min_dim="120"> + width="225" + expanded_min_dim="200"> <layout_stack animate="false" follows="left|top|right" @@ -48,8 +47,8 @@ left="0" name="conversations_pane_buttons_stack" orientation="horizontal" - top="0" - width="268"> + right="-1" + top="0"> <layout_panel auto_resize="true" height="35" @@ -123,32 +122,30 @@ top_pad="0" left="5" height="390" - width="263"/> + right="-1"/> </layout_panel> <layout_panel auto_resize="true" user_resize="true" - height="430" name="messages_layout_panel" - width="412" expanded_min_dim="225"> <panel_container + bottom="-1" follows="all" - height="430" layout="topleft" left="0" name="im_box_tab_container" - top="0" - width="412"> + right="-1" + top="0"> <panel + bottom="-1" follows="all" layout="topleft" name="stub_panel" opaque="true" top_pad="0" left="0" - height="430" - width="412"> + right="-1"> <button follows="right|top" height="25" |