diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-08-08 03:28:37 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-08-08 03:28:37 +0300 |
commit | 6a54e0948d651963399da82cfc5672125b9442e7 (patch) | |
tree | 3b2560f2478a4eb74feb4b0802fdce18f42c393b /indra/newview | |
parent | cd5f7b2c03e87cc5d236eaa5b8c025530571376a (diff) |
MAINT-8900 LLVirtualTrackball improvement: added click-to-set mode
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 68681b8228..3a9655b317 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 @@ -4,7 +4,7 @@ width="150" height="150" user_resize="false" - increment_angle_mouse="0.5f" + increment_angle_mouse="1.5f" increment_angle_btn="3.0f" image_sphere="VirtualTrackball_Sphere" image_moon_back="VirtualTrackball_Moon_Back" |