diff options
author | Erica <erica@lindenlab.com> | 2010-01-14 16:35:17 -0800 |
---|---|---|
committer | Erica <erica@lindenlab.com> | 2010-01-14 16:35:17 -0800 |
commit | 5b8e709a613e6e0142b3fe08d14f49e9149e7c55 (patch) | |
tree | efec717f87407de3e072c57483be60b9ab19f42c /indra/newview/skins/default/textures/textures.xml | |
parent | 5436cdb2ee184cf4c908f351ffe8d133501f2adb (diff) |
EXT-4362 Replace red beacon arrow with anti-aliased png, EXT-4363Notification list is too close to the right of the screen, conflicts with window resize affordance
Diffstat (limited to 'indra/newview/skins/default/textures/textures.xml')
-rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index 191eabc38a..60c1470b89 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -669,7 +669,7 @@ with the same filename but different name <texture name="jump_left_in.tga" file_name="widgets/jump_left_in.png" /> <texture name="jump_right_out.tga" file_name="widgets/jump_right_out.png" /> <texture name="jump_right_in.tga" file_name="widgets/jump_right_in.png" /> - + <texture name="scrollbutton_left_out_blue.tga" file_name="widgets/ScrollArrow_Left_Opaque.png" /> <texture name="scrollbutton_left_in_blue.tga" file_name="widgets/ScrollArrow_Left_Over_Opaque.png" /> <texture name="scrollbutton_right_out_blue.tga" file_name="widgets/ScrollArrow_Right_Opaque.png" /> @@ -695,7 +695,7 @@ with the same filename but different name <texture name="button_anim_play.tga" /> <texture name="button_anim_play_selected.tga" /> <texture name="crosshairs.tga" /> - <texture name="direction_arrow.tga" /> + <texture name="direction_arrow.tga" file_name="world/BeaconArrow.png" /> <texture name="icon_auction.tga" /> <texture name="icon_avatar_offline.tga" /> |