diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-08-24 02:40:12 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-08-24 02:40:12 +0300 |
commit | d965af2b0cbf62e2e1601f504e0d548da40aa742 (patch) | |
tree | adfb1d0dee87068dfe4e9bc1b7247ccec838a89d /indra/newview | |
parent | 94c24b8713b72b6ce52637644ff18b234a3a400a (diff) |
MAINT-9032 Virtual Track Ball improvements
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 4 | ||||
-rw-r--r-- | indra/newview/skins/default/textures/widgets/track_control_rotate_bottom_active.png | bin | 0 -> 362 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/widgets/track_control_rotate_left_side_active.png | bin | 0 -> 340 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/widgets/track_control_rotate_right_side_active.png | bin | 0 -> 358 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/widgets/track_control_rotate_top_active.png | bin | 0 -> 367 bytes | |||
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml | 16 |
6 files changed, 12 insertions, 8 deletions
diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index a177dbadd5..176fbd49e9 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -695,6 +695,10 @@ with the same filename but different name <texture name="VirtualTrackball_Rotate_Left" file_name="widgets/track_control_rotate_left_side.png" /> <texture name="VirtualTrackball_Rotate_Right" file_name="widgets/track_control_rotate_right_side.png" /> <texture name="VirtualTrackball_Rotate_Top" file_name="widgets/track_control_rotate_top.png" /> + <texture name="VirtualTrackball_Rotate_Bottom_Active" file_name="widgets/track_control_rotate_bottom_active.png" /> + <texture name="VirtualTrackball_Rotate_Left_Active" file_name="widgets/track_control_rotate_left_side_active.png" /> + <texture name="VirtualTrackball_Rotate_Right_Active" file_name="widgets/track_control_rotate_right_side_active.png" /> + <texture name="VirtualTrackball_Rotate_Top_Active" file_name="widgets/track_control_rotate_top_active.png" /> <texture name="VirtualTrackball_Sphere" file_name="widgets/track_control_sphere.png" /> <texture name="VirtualTrackball_Sun_Back" file_name="widgets/track_control_sun_back.png" /> <texture name="VirtualTrackball_Sun_Front" file_name="widgets/track_control_sun_front.png" /> diff --git a/indra/newview/skins/default/textures/widgets/track_control_rotate_bottom_active.png b/indra/newview/skins/default/textures/widgets/track_control_rotate_bottom_active.png Binary files differnew file mode 100644 index 0000000000..911618b08e --- /dev/null +++ b/indra/newview/skins/default/textures/widgets/track_control_rotate_bottom_active.png diff --git a/indra/newview/skins/default/textures/widgets/track_control_rotate_left_side_active.png b/indra/newview/skins/default/textures/widgets/track_control_rotate_left_side_active.png Binary files differnew file mode 100644 index 0000000000..2fe04b93f1 --- /dev/null +++ b/indra/newview/skins/default/textures/widgets/track_control_rotate_left_side_active.png diff --git a/indra/newview/skins/default/textures/widgets/track_control_rotate_right_side_active.png b/indra/newview/skins/default/textures/widgets/track_control_rotate_right_side_active.png Binary files differnew file mode 100644 index 0000000000..824051562f --- /dev/null +++ b/indra/newview/skins/default/textures/widgets/track_control_rotate_right_side_active.png diff --git a/indra/newview/skins/default/textures/widgets/track_control_rotate_top_active.png b/indra/newview/skins/default/textures/widgets/track_control_rotate_top_active.png Binary files differnew file mode 100644 index 0000000000..9a7493703b --- /dev/null +++ b/indra/newview/skins/default/textures/widgets/track_control_rotate_top_active.png diff --git a/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml b/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml index 3a9655b317..0e729c821a 100644 --- a/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml +++ b/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml @@ -43,26 +43,26 @@ <sun_moon_trackball.button_rotate_top name="btn_rotate_top" image_unselected="VirtualTrackball_Rotate_Top" - image_selected="VirtualTrackball_Rotate_Top" - image_disabled="VirtualTrackball_Rotate_Top" /> + image_selected="VirtualTrackball_Rotate_Top_Active" + image_disabled="Blank" /> <sun_moon_trackball.button_rotate_bottom name="btn_rotate_bottom" image_unselected="VirtualTrackball_Rotate_Bottom" - image_selected="VirtualTrackball_Rotate_Bottom" - image_disabled="VirtualTrackball_Rotate_Bottom" /> + image_selected="VirtualTrackball_Rotate_Bottom_Active" + image_disabled="Blank" /> <sun_moon_trackball.button_rotate_left name="btn_rotate_left" image_unselected="VirtualTrackball_Rotate_Left" - image_selected="VirtualTrackball_Rotate_Left" - image_disabled="VirtualTrackball_Rotate_Left" /> + image_selected="VirtualTrackball_Rotate_Left_Active" + image_disabled="Blank" /> <sun_moon_trackball.button_rotate_right name="btn_rotate_right" image_unselected="VirtualTrackball_Rotate_Right" - image_selected="VirtualTrackball_Rotate_Right" - image_disabled="VirtualTrackball_Rotate_Right" /> + image_selected="VirtualTrackball_Rotate_Right_Active" + image_disabled="Blank" /> </sun_moon_trackball> |