diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2011-04-19 15:35:31 -0700 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2011-04-19 15:35:31 -0700 | 
| commit | 609523d6f7c9b656eada861084bf49f0c5e77e19 (patch) | |
| tree | 132f7186b8def41380fdd7baf0aaf47a0a554b0f /indra | |
| parent | 3f37b76a4a00f0696ea5a3881810bd04eccbba18 (diff) | |
EXP-635 Action buttons missing on IM floater
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/minimal/xui/en/panel_im_control_panel.xml | 64 | 
1 files changed, 64 insertions, 0 deletions
| diff --git a/indra/newview/skins/minimal/xui/en/panel_im_control_panel.xml b/indra/newview/skins/minimal/xui/en/panel_im_control_panel.xml index 53def54aca..c3f46f11e0 100644 --- a/indra/newview/skins/minimal/xui/en/panel_im_control_panel.xml +++ b/indra/newview/skins/minimal/xui/en/panel_im_control_panel.xml @@ -23,5 +23,69 @@       orientation="vertical"       top_pad="5"       width="145"> +      <layout_panel +       auto_resize="false" +       follows="top|left|right" +       height="20" +       layout="topleft" +       left="2" +       min_height="20" +       width="140" +       name="view_profile_btn_panel" +       top="0" +       user_resize="false"> +        <button +         follows="left|top|right" +         height="23" +         label="Profile" +         name="view_profile_btn" +         top="0" +         width="140" /> +      </layout_panel> +      <layout_panel +       auto_resize="false" +       follows="top|left|right" +       height="25" +       layout="topleft" +       min_height="25" +       width="140" +       name="add_friend_btn_panel" +       user_resize="false"> +        <button +         follows="left|top|right" +         height="23" +         label="Add Friend" +         name="add_friend_btn" +         top="5" +         width="140" /> +      </layout_panel> +      <layout_panel +       auto_resize="false" +       follows="top|left|right" +       height="25" +       layout="topleft" +       min_height="25" +       width="140" +       name="teleport_btn_panel" +       user_resize="false"> +        <button +             auto_resize="false" +             follows="left|top|right" +             height="23" +             label="Teleport" +             name="teleport_btn" +             tool_tip = "Offer to teleport this person" +             width="140" /> +      </layout_panel> +      <layout_panel +       mouse_opaque="false" +       auto_resize="true" +       follows="top|left" +       height="0" +       layout="topleft" +       min_height="0" +       width="140" +       name="spacer" +       user_resize="false" />      </layout_stack>  </panel> | 
