diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-24 00:15:51 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-24 00:15:51 +0300 |
commit | f15ad900e45bef02783f209e5b8ba5137447ab27 (patch) | |
tree | a53164abd1540f2beddb612bbb3c8ec9800c6c44 /indra/newview/skins/default/textures | |
parent | 35a5fc74c0df29b496d42e89845d00a366034b68 (diff) |
SL-15312 Added new group visibility icons
Diffstat (limited to 'indra/newview/skins/default/textures')
-rw-r--r-- | indra/newview/skins/default/textures/icons/Profile_Search_Visibility_Dark.png | bin | 368 -> 0 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/icons/Profile_Search_Visibility_Light.png | bin | 366 -> 0 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/icons/profile_group_visibility_eye_off.png | bin | 0 -> 507 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/icons/profile_group_visibility_eye_off_pressed.png | bin | 0 -> 639 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/icons/profile_group_visibility_eye_on.png | bin | 0 -> 485 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/icons/profile_group_visibility_eye_on_pressed.png | bin | 0 -> 609 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 6 |
7 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/skins/default/textures/icons/Profile_Search_Visibility_Dark.png b/indra/newview/skins/default/textures/icons/Profile_Search_Visibility_Dark.png Binary files differdeleted file mode 100644 index 09e627861c..0000000000 --- a/indra/newview/skins/default/textures/icons/Profile_Search_Visibility_Dark.png +++ /dev/null diff --git a/indra/newview/skins/default/textures/icons/Profile_Search_Visibility_Light.png b/indra/newview/skins/default/textures/icons/Profile_Search_Visibility_Light.png Binary files differdeleted file mode 100644 index 1a5aa63727..0000000000 --- a/indra/newview/skins/default/textures/icons/Profile_Search_Visibility_Light.png +++ /dev/null diff --git a/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_off.png b/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_off.png Binary files differnew file mode 100644 index 0000000000..3a2ed399b2 --- /dev/null +++ b/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_off.png diff --git a/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_off_pressed.png b/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_off_pressed.png Binary files differnew file mode 100644 index 0000000000..789f59a491 --- /dev/null +++ b/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_off_pressed.png diff --git a/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_on.png b/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_on.png Binary files differnew file mode 100644 index 0000000000..4fb56c389c --- /dev/null +++ b/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_on.png diff --git a/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_on_pressed.png b/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_on_pressed.png Binary files differnew file mode 100644 index 0000000000..ae04a256a4 --- /dev/null +++ b/indra/newview/skins/default/textures/icons/profile_group_visibility_eye_on_pressed.png diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index a4e9e2eb1b..02d48bb0d6 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -506,8 +506,10 @@ with the same filename but different name <texture name="Play_Over" file_name="icons/Play_Over.png" preload="false" /> <texture name="Play_Press" file_name="icons/Play_Press.png" preload="false" /> - <texture name="Profile_Search_Visibility_Dark" file_name="icons/Profile_Search_Visibility_Dark.png" preload="true"/> - <texture name="Profile_Search_Visibility_Light" file_name="icons/Profile_Search_Visibility_Light.png" preload="true"/> + <texture name="Profile_Group_Visibility_Off" file_name="icons/profile_group_visibility_eye_off.png" preload="true"/> + <texture name="Profile_Group_Visibility_Off_Pressed" file_name="icons/profile_group_visibility_eye_off_pressed.png" preload="true"/> + <texture name="Profile_Group_Visibility_On" file_name="icons/profile_group_visibility_eye_on.png" preload="true"/> + <texture name="Profile_Group_Visibility_On_Pressed" file_name="icons/profile_group_visibility_eye_on_pressed.png" preload="true"/> <texture name="Profile_Perm_Find_Disabled" file_name="icons/Profile_Perm_Find_Disabled.png" preload="true"/> <texture name="Profile_Perm_Find_Enabled" file_name="icons/Profile_Perm_Find_Enabled.png" preload="true"/> <texture name="Profile_Perm_Objects_Disabled" file_name="icons/Profile_Perm_Objects_Disabled.png" preload="true"/> |