diff options
author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-02 21:27:37 +0200 |
---|---|---|
committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-02 21:27:37 +0200 |
commit | d4a3ccc52cf0c9113428c71280a9e4d28f781bfd (patch) | |
tree | 5c0be9bb43bdb614ad0324657826fd0c1157f3a3 /indra/newview/skins | |
parent | a3f90362cc37dcbb4197d0a1f07127241cf63861 (diff) |
Fixed normal bug EXT-957-IM Verb button missing
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_session.xml | 10 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_im_control_panel.xml | 10 |
2 files changed, 14 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 26d2f4e497..c314fce42d 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -3,7 +3,7 @@ legacy_header_height="18" background_visible="true" follows="left|top|right|bottom" - height="270" + height="330" layout="topleft" left="0" name="panel_im" @@ -17,7 +17,7 @@ min_width="200" min_height="150"> <layout_stack follows="left|top|right|bottom" - height="255" + height="305" width="365" layout="topleft" orientation="horizontal" @@ -29,11 +29,11 @@ layout="topleft" top_delta="-3" width="146" - height="255" + height="305" follows="left" label="IM Control Panel" user_resize="false" /> - <layout_panel height="255" + <layout_panel height="305" width="200" left_delta="146" top="0" @@ -56,7 +56,7 @@ length="1" follows="left|top|right|bottom" font="SansSerif" - height="205" + height="255" layout="topleft" name="chat_history" parse_highlights="true" diff --git a/indra/newview/skins/default/xui/en/panel_im_control_panel.xml b/indra/newview/skins/default/xui/en/panel_im_control_panel.xml index c4cdaa41f9..a9396661e0 100644 --- a/indra/newview/skins/default/xui/en/panel_im_control_panel.xml +++ b/indra/newview/skins/default/xui/en/panel_im_control_panel.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <panel name="panel_im_control_panel" width="125" - height="248" + height="298" border="false"> <avatar_icon name="avatar_icon" @@ -39,9 +39,17 @@ height="20" visible="false"/> + <button name="teleport_btn" + label="Teleport" + width="125" + height="20" /> <button name="share_btn" label="Share" width="125" height="20" /> + <button name="pay_btn" + label="Pay" + width="125" + height="20" /> </panel> |