diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_session.xml | 12 | 
1 files changed, 6 insertions, 6 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 645c2973d8..a4ade9d0df 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -12,14 +12,14 @@   can_dock="false"   can_minimize="false"   visible="true" - width="300" + width="360"   can_resize="true" - min_width="300" + min_width="360"   min_height="350">    <layout_stack    follows="all"    height="320" -  width="300" +  width="360"    layout="topleft"    orientation="horizontal"    name="im_panels" @@ -36,7 +36,7 @@         left="0"         top="0"         height="200" -	     width="185" +	     width="245"         user_resize="false">          <button            height="20" @@ -63,7 +63,7 @@           parse_highlights="true"           allow_html="true"          left="1" -         width="180"> +         width="240">          </chat_history>          <line_editor           bottom="0"  @@ -73,7 +73,7 @@           label="To"           layout="bottomleft"           name="chat_editor" -         width="180"> +         width="240">          </line_editor>      </layout_panel>    </layout_stack>  | 
