tone down smoothing even more.

SVN revision: 69735
This commit is contained in:
Carsten Haitzler 2012-03-29 09:39:54 +00:00
parent 889261b252
commit 59e4d32ccb
3 changed files with 6 additions and 6 deletions

View File

@ -14,9 +14,9 @@ group "Elm_Config" struct {
value "thumbscroll_border_friction" double: 0.5;
value "thumbscroll_sensitivity_friction" double: 0.25;
value "scroll_smooth_amount" double: 0.0;
value "scroll_smooth_history_weight" double: 0.3;
value "scroll_smooth_history_weight" double: 0.1;
value "scroll_smooth_future_time" double: 0.0;
value "scroll_smooth_time_window" double: 0.02;
value "scroll_smooth_time_window" double: 0.01;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;

View File

@ -14,9 +14,9 @@ group "Elm_Config" struct {
value "thumbscroll_border_friction" double: 0.5;
value "thumbscroll_sensitivity_friction" double: 0.25;
value "scroll_smooth_amount" double: 1.0;
value "scroll_smooth_history_weight" double: 0.3;
value "scroll_smooth_history_weight" double: 0.1;
value "scroll_smooth_future_time" double: 0.0;
value "scroll_smooth_time_window" double: 0.02;
value "scroll_smooth_time_window" double: 0.01;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;

View File

@ -14,9 +14,9 @@ group "Elm_Config" struct {
value "thumbscroll_border_friction" double: 0.5;
value "thumbscroll_sensitivity_friction" double: 0.25;
value "scroll_smooth_amount" double: 0.0;
value "scroll_smooth_history_weight" double: 0.3;
value "scroll_smooth_history_weight" double: 0.1;
value "scroll_smooth_future_time" double: 0.0;
value "scroll_smooth_time_window" double: 0.02;
value "scroll_smooth_time_window" double: 0.01;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;