diff options
| author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-11-01 14:55:47 -0700 | 
|---|---|---|
| committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-11-01 14:55:47 -0700 | 
| commit | 0f1c2f8aba148aa7e594d4c9e1bc6a95d34bd99b (patch) | |
| tree | f9a432a2431cea8f07c26951563c82d078be2779 | |
| parent | cf6ce5453782db38714d9653b14703f8453b4f4d (diff) | |
CHUI-472: Problem: Only the converation panel was user/auto resizeable but the participants panel was not. By one have only resizable this prevented both panels from being resized. Solution: Now set the participants panel to be user/auto resizable as well.
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_session.xml | 8 | 
1 files changed, 5 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 84fba0a3b3..a889eb7933 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -14,7 +14,7 @@   width="394"   can_resize="true"   can_tear_off="false" - min_width="250" + min_width="340"   min_height="190"   positioning="relative">      <floater.string name="call_btn_start">Conv_toolbar_open_call</floater.string> @@ -157,7 +157,8 @@        min_width="115"        width="150"         height="310"  -      auto_resize="false"> +      user_resize="true" +      auto_resize="true">        </layout_panel>      <layout_panel         default_tab_group="3" @@ -171,7 +172,8 @@         user_resize="true"         auto_resize="true"         visible="true" -       name="left_part_holder"> +       name="left_part_holder" +       min_width="225">          <panel           name="trnsAndChat_panel"           follows="all"  | 
