Skip to content
Snippets Groups Projects
Commit 0b200c1a authored by Rick Pasetto's avatar Rick Pasetto
Browse files

Artwork for Stop and Zoom Out for the prim media controls

parent 8fb121bf
No related branches found
No related tags found
No related merge requests found
indra/newview/skins/default/textures/icons/Stop_Off.png

148 B

indra/newview/skins/default/textures/icons/UnZoom_Off.png

423 B

...@@ -490,6 +490,9 @@ with the same filename but different name ...@@ -490,6 +490,9 @@ with the same filename but different name
<texture name="Stepper_Up_Off" file_name="widgets/Stepper_Up_Off.png" preload="true" /> <texture name="Stepper_Up_Off" file_name="widgets/Stepper_Up_Off.png" preload="true" />
<texture name="Stepper_Up_Press" file_name="widgets/Stepper_Up_Press.png" preload="true" /> <texture name="Stepper_Up_Press" file_name="widgets/Stepper_Up_Press.png" preload="true" />
<texture name="Stop_Off" file_name="icons/Stop_Off.png" preload="false" />
<texture name="Stop_Over" file_name="icons/Stop_Over.png" preload="false" />
<texture name="Stop_Press" file_name="icons/Stop_Press.png" preload="false" />
<texture name="StopReload_Off" file_name="icons/StopReload_Off.png" preload="false" /> <texture name="StopReload_Off" file_name="icons/StopReload_Off.png" preload="false" />
<texture name="StopReload_Over" file_name="icons/StopReload_Over.png" preload="false" /> <texture name="StopReload_Over" file_name="icons/StopReload_Over.png" preload="false" />
<texture name="StopReload_Press" file_name="icons/StopReload_Press.png" preload="false" /> <texture name="StopReload_Press" file_name="icons/StopReload_Press.png" preload="false" />
...@@ -607,6 +610,9 @@ with the same filename but different name ...@@ -607,6 +610,9 @@ with the same filename but different name
<texture name="Zoom_Off" file_name="icons/Zoom_Off.png" preload="false" /> <texture name="Zoom_Off" file_name="icons/Zoom_Off.png" preload="false" />
<texture name="Zoom_Over" file_name="icons/Zoom_Over.png" preload="false" /> <texture name="Zoom_Over" file_name="icons/Zoom_Over.png" preload="false" />
<texture name="Zoom_Press" file_name="icons/Zoom_Press.png" preload="false" /> <texture name="Zoom_Press" file_name="icons/Zoom_Press.png" preload="false" />
<texture name="UnZoom_Off" file_name="icons/UnZoom_Off.png" preload="false" />
<texture name="UnZoom_Over" file_name="icons/UnZoom_Over.png" preload="false" />
<texture name="UnZoom_Press" file_name="icons/UnZoom_Press.png" preload="false" />
<!--WARNING OLD ART *do not use*--> <!--WARNING OLD ART *do not use*-->
......
...@@ -114,9 +114,8 @@ ...@@ -114,9 +114,8 @@
top="2" top="2"
min_width="22" min_width="22"
width="22"> width="22">
<!-- The stop button here is temporary artwork -->
<button <button
image_overlay="media_btn_stoploading.png" image_overlay="Stop_Off"
image_disabled="PushButton_Disabled" image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled" image_disabled_selected="PushButton_Disabled"
image_selected="PushButton_Selected" image_selected="PushButton_Selected"
...@@ -571,9 +570,8 @@ function="MediaCtrl.CommitURL" /> ...@@ -571,9 +570,8 @@ function="MediaCtrl.CommitURL" />
layout="topleft" layout="topleft"
min_width="21" min_width="21"
width="21" > width="21" >
<!-- There is no "Zoom out" icon, so we use this temporarily -->
<button <button
image_overlay="ForwardArrow_Off" image_overlay="UnZoom_Off"
image_disabled="PushButton_Disabled" image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled" image_disabled_selected="PushButton_Disabled"
image_selected="PushButton_Selected" image_selected="PushButton_Selected"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment