config: Change the value of THUMBSCROLL_SENSITIVITY_FRICTION in mobile config for an optimization.

This commit is contained in:
Jaehwan Kim 2014-02-04 16:00:42 +09:00
parent 2c41e102b4
commit f7dc81921c
1 changed files with 1 additions and 1 deletions

View File

@ -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;