Skip to content
Snippets Groups Projects
Commit 4d9ac5d1 authored by callum's avatar callum
Browse files

SOCIAL-403 FIX Update button graphic that opens Web profiles

parent 855fd156
No related branches found
No related tags found
No related merge requests found
indra/newview/skins/default/textures/icons/Web_Profile_Off.png

2.89 KiB

...@@ -553,11 +553,11 @@ with the same filename but different name ...@@ -553,11 +553,11 @@ with the same filename but different name
<texture name="Wearables_Divider" file_name="windows/Wearables_Divider.png" preload="false" /> <texture name="Wearables_Divider" file_name="windows/Wearables_Divider.png" preload="false" />
<texture name="Web_Profile_Off" file_name="icons/Web_Profile_Off.png" preload="false" />
<texture name="WellButton_Lit" file_name="bottomtray/WellButton_Lit.png" preload="true" scale.left="4" scale.top="19" scale.right="28" scale.bottom="4" /> <texture name="WellButton_Lit" file_name="bottomtray/WellButton_Lit.png" preload="true" scale.left="4" scale.top="19" scale.right="28" scale.bottom="4" />
<texture name="WellButton_Lit_Selected" file_name="bottomtray/WellButton_Lit_Selected.png" preload="true" scale.left="4" scale.top="19" scale.right="28" scale.bottom="4" /> <texture name="WellButton_Lit_Selected" file_name="bottomtray/WellButton_Lit_Selected.png" preload="true" scale.left="4" scale.top="19" scale.right="28" scale.bottom="4" />
<texture name="Window_Background" file_name="windows/Window_Background.png" preload="true" <texture name="Window_Background" file_name="windows/Window_Background.png" preload="true"
scale.left="4" scale.top="24" scale.right="26" scale.bottom="4" /> scale.left="4" scale.top="24" scale.right="26" scale.bottom="4" />
<texture name="Window_Foreground" file_name="windows/Window_Foreground.png" preload="true" <texture name="Window_Foreground" file_name="windows/Window_Foreground.png" preload="true"
......
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<button <button
follows="right" follows="right"
height="20" height="20"
image_overlay="ForwardArrow_Off" image_overlay="Web_Profile_Off"
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
right="-28" right="-28"
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<button <button
follows="right" follows="right"
height="20" height="20"
image_overlay="ForwardArrow_Off" image_overlay="Web_Profile_Off"
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
right="-3" right="-3"
......
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