diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_session.xml | 28 |
1 files changed, 14 insertions, 14 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 d62fecc249..fa65842c28 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -238,7 +238,7 @@ </layout_stack> </layout_panel> <layout_panel - height="35" + height="30" auto_resize="false" name="chat_layout_panel"> <layout_stack @@ -249,7 +249,7 @@ name="input_panels" top="0" bottom="-1" - left="0" + left="1" right="-1"> <layout_panel name="input_editor_layout_panel"> @@ -260,7 +260,7 @@ default_icon_name="Generic_Person" layout="topleft" left="3" - bottom="-9" + bottom="-4" visible="false" width="20" /> <group_icon @@ -270,7 +270,7 @@ default_icon_name="Generic_Group" layout="topleft" left="3" - bottom="-9" + bottom="-4" visible="false" width="20" /> <icon @@ -279,7 +279,7 @@ image_name="Nearby_chat_icon" layout="topleft" left="3" - bottom="-9" + bottom="-4" name="nearby_chat_icon" visible="false" width="20"/> @@ -296,7 +296,7 @@ max_length="1023" spellcheck="true" tab_group="3" - bottom="-8" + bottom="-3" left_pad="5" right="-30" wrap="true" /> @@ -309,7 +309,7 @@ image_hover_unselected="Toolbar_Middle_Over" image_selected="Toolbar_Middle_Selected" image_unselected="Toolbar_Middle_Off" - bottom="-7" + bottom="-2" right="-1" height="25" width="25"/> @@ -335,7 +335,7 @@ </layout_panel> <layout_panel name="emoji_recent_layout_panel" - height="35" + height="30" auto_resize="false"> <text name="emoji_recent_empty_text" @@ -345,8 +345,8 @@ h_pad="20" v_pad="10" top="0" - left="5" - right="-60" + left="1" + right="-65" height="30" >Recently used emojis will appear here</text> <emoji_complete @@ -355,8 +355,8 @@ layout="topleft" max_emoji="20" top="0" - left="5" - right="-60" + left="1" + right="-65" height="30"/> <button name="emoji_picker_toggle_btn" @@ -365,8 +365,8 @@ follows="right|bottom" layout="topleft" bottom="-5" - right="-5" - height="30" + right="-3" + height="20" width="60"/> </layout_panel> </layout_stack> |