diff options
author | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-11-05 14:46:00 -0500 |
---|---|---|
committer | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-11-05 14:46:00 -0500 |
commit | b2bad3f756d1acd78e4d9d38668bdc7653000983 (patch) | |
tree | 5b888045d847d704bc74d740680f0d68ed483889 | |
parent | b1242ead82c80628a9155cd0eb05f5ff2378af4b (diff) | |
parent | c67ef56fa1a85ea8882b176f989dd34866de19a2 (diff) |
Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml b/indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml index 9845a9eb78..4c8bb68e54 100644 --- a/indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml +++ b/indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml @@ -19,16 +19,18 @@ top="4" value="Side Panel" width="255" /> - <button + <button follows="left|right|top" - font="SansSerif" - height="23" - label="?" + height="16" + image_selected="Icon_Help_Press" + image_unselected="Icon_Help_Foreground" + image_disabled="Icon_Help_Press" + picture_style="true" layout="topleft" name="show_help" - top="5" - right="-8" - width="28" + top="10" + right="-11" + width="16" tool_tip="Show Help"> <button.commit_callback function="Button.ShowHelp" /> |