diff options
author | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-11-05 14:45:00 -0500 |
---|---|---|
committer | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-11-05 14:45:00 -0500 |
commit | c67ef56fa1a85ea8882b176f989dd34866de19a2 (patch) | |
tree | 197ed2302170b388d2a6a3cadb4eeeca5ea2c502 /indra/newview | |
parent | 535a98ce163e37b3bc495489923413701ea67995 (diff) |
Removed chrome from help button and replaced with 80/20 art.
http://jira.secondlife.com/browse/EXT-2172
Diffstat (limited to 'indra/newview')
-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" /> |