jaehwan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5c581e92c566bc7efe755ed7eaebb75c22cbc108
commit 5c581e92c566bc7efe755ed7eaebb75c22cbc108 Author: Jaehwan Kim <[email protected]> Date: Tue Feb 4 16:00:42 2014 +0900 config: Change the value of THUMBSCROLL_SENSITIVITY_FRICTION in mobile config for an optimization. --- config/mobile/base.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mobile/base.src b/config/mobile/base.src index 2b40577..afc58e1 100644 --- a/config/mobile/base.src +++ b/config/mobile/base.src @@ -19,7 +19,7 @@ group "Elm_Config" struct { value "bring_in_scroll_friction" double: 0.5; value "zoom_friction" double: 0.5; value "thumbscroll_border_friction" double: 0.5; - value "thumbscroll_sensitivity_friction" double: 0.25; + value "thumbscroll_sensitivity_friction" double: 0.7; value "scroll_smooth_start_enable" uchar: 1; value "scroll_smooth_time_interval" double: 0; value "scroll_smooth_amount" double: 1.0; --
