diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-11-24 18:25:26 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-11-24 18:25:26 -0800 |
commit | 0b200c1a3a03985b0dac897d33f70abf12755b7c (patch) | |
tree | 2ba735a8fd10aba894df7602daa24f6a7810995c /indra/newview/skins/default/xui/en/panel_prim_media_controls.xml | |
parent | 8fb121bf2da6e144faece9ea18fc67358e9aecd6 (diff) |
Artwork for Stop and Zoom Out for the prim media controls
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_prim_media_controls.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_prim_media_controls.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_prim_media_controls.xml b/indra/newview/skins/default/xui/en/panel_prim_media_controls.xml index 2e39236f65..af4c01185a 100644 --- a/indra/newview/skins/default/xui/en/panel_prim_media_controls.xml +++ b/indra/newview/skins/default/xui/en/panel_prim_media_controls.xml @@ -114,9 +114,8 @@ top="2" min_width="22" width="22"> - <!-- The stop button here is temporary artwork --> <button - image_overlay="media_btn_stoploading.png" + image_overlay="Stop_Off" image_disabled="PushButton_Disabled" image_disabled_selected="PushButton_Disabled" image_selected="PushButton_Selected" @@ -571,9 +570,8 @@ function="MediaCtrl.CommitURL" /> layout="topleft" min_width="21" width="21" > - <!-- There is no "Zoom out" icon, so we use this temporarily --> <button - image_overlay="ForwardArrow_Off" + image_overlay="UnZoom_Off" image_disabled="PushButton_Disabled" image_disabled_selected="PushButton_Disabled" image_selected="PushButton_Selected" |