diff options
author | Richard Linden <none@none> | 2011-02-23 16:44:20 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-23 16:44:20 -0800 |
commit | c1c6914f5d8126398a72c05f0d28975ce48717de (patch) | |
tree | a71990c0574cfeca0c47741ea2fc3a8a81aa05d9 /indra/newview/skins/minimal/xui/en | |
parent | 20ad5181babd7662bddf95b94bb25cc522d6186d (diff) |
SOCIAL-551 WIP Add buttons to open people and profile windows
remove dock button from undocked sidetray UI
Diffstat (limited to 'indra/newview/skins/minimal/xui/en')
-rw-r--r-- | indra/newview/skins/minimal/xui/en/panel_side_tray_tab_caption.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/indra/newview/skins/minimal/xui/en/panel_side_tray_tab_caption.xml b/indra/newview/skins/minimal/xui/en/panel_side_tray_tab_caption.xml new file mode 100644 index 0000000000..c8b0af154c --- /dev/null +++ b/indra/newview/skins/minimal/xui/en/panel_side_tray_tab_caption.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + background_visible="true" + bottom="0" + follows="left|top|right" + height="30" + width="333" + layout="topleft" + left="0" + name="sidetray_tab_panel"> + <text + follows="left|top|right" + font="SansSerifHuge" + height="16" + layout="topleft" + left="10" + name="sidetray_tab_title" + text_color="white" + top="4" + value="Side Panel" + width="255" /> + <button + follows="right|top" + height="16" + image_selected="Icon_Help_Press" + image_unselected="Icon_Help_Foreground" + image_disabled="Icon_Help_Press" + layout="topleft" + name="show_help" + top="10" + right="-11" + width="16" + tool_tip="Show Help"> + <button.commit_callback + function="Button.ShowHelp" /> + </button> +</panel> |