diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-07-07 18:14:49 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-07-07 18:14:49 +0300 |
commit | 59c586d0c635fc4fa308170fe5532dd2bb3f529b (patch) | |
tree | c9d066f64fd935243bf00dfe480ae4b65f59716c /indra/newview/skins/default/textures | |
parent | 2f5a5f4151b5912c8b20ea5f29a7ba89c320e46d (diff) |
SL-17666 Allow Map sidebar UI to be hidden
Diffstat (limited to 'indra/newview/skins/default/textures')
-rw-r--r-- | indra/newview/skins/default/textures/map_ui_collapse_icon.png | bin | 0 -> 300 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/map_ui_expand_icon.png | bin | 0 -> 284 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/skins/default/textures/map_ui_collapse_icon.png b/indra/newview/skins/default/textures/map_ui_collapse_icon.png Binary files differnew file mode 100644 index 0000000000..e4de49d4af --- /dev/null +++ b/indra/newview/skins/default/textures/map_ui_collapse_icon.png diff --git a/indra/newview/skins/default/textures/map_ui_expand_icon.png b/indra/newview/skins/default/textures/map_ui_expand_icon.png Binary files differnew file mode 100644 index 0000000000..08734b4cc0 --- /dev/null +++ b/indra/newview/skins/default/textures/map_ui_expand_icon.png diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index a5ebfb3395..e9ef888a7f 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -810,6 +810,8 @@ with the same filename but different name <texture name="map_infohub.tga" /> <texture name="map_telehub.tga" /> <texture name="map_track_16.tga" /> + <texture name="map_ui_collapse_icon.png" /> + <texture name="map_ui_expand_icon.png" /> <texture name="notify_caution_icon.tga" /> |