diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-02-03 11:38:03 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-02-03 11:38:03 +0200 |
commit | 5e63efe1da6b72fc0ce9771b9ef1e5c9d9bcb537 (patch) | |
tree | 0bb995e398324e5f83fbd04fab92ca5a9beee6db /indra/newview/skins/default/xui | |
parent | 0c7e18cbc67367e7bcc1fe2cfe59e7068209e814 (diff) |
fixed EXT-4805 “Friend offer is corrupted in resized IM window”,
reverted IM floater default width;
made offer buttons have absolute positions;
avoided text message scrolling with default IM floater width;
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_session.xml | 10 |
1 files changed, 5 insertions, 5 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 9aaa660574..d2e5473157 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -12,7 +12,7 @@ can_minimize="true" can_close="true" visible="false" - width="440" + width="360" can_resize="true" min_width="250" min_height="190"> @@ -20,7 +20,7 @@ animate="false" follows="all" height="320" - width="440" + width="360" layout="topleft" orientation="horizontal" name="im_panels" @@ -38,7 +38,7 @@ left="0" top="0" height="200" - width="325" + width="245" user_resize="true"> <button height="20" @@ -65,7 +65,7 @@ parse_highlights="true" allow_html="true" left="1" - width="320"> + width="240"> </chat_history> <line_editor bottom="0" @@ -75,7 +75,7 @@ label="To" layout="bottomleft" name="chat_editor" - width="320"> + width="240"> </line_editor> </layout_panel> </layout_stack> |