From: raster Date: Thu, 29 Mar 2012 09:39:54 +0000 (+0000) Subject: tone down smoothing even more. X-Git-Tag: sbs/armel/slp2-target~36^2~106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b4f0fb07c582e8e38a160e0080370a84d17e932;p=framework%2Fuifw%2Felementary.git tone down smoothing even more. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69735 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/config/default/base.src b/config/default/base.src index 48ce827..53c15cf 100644 --- a/config/default/base.src +++ b/config/default/base.src @@ -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; diff --git a/config/illume/base.src b/config/illume/base.src index cbcecc3..2f01b06 100644 --- a/config/illume/base.src +++ b/config/illume/base.src @@ -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; diff --git a/config/standard/base.src b/config/standard/base.src index ae407ff..ffe606a 100644 --- a/config/standard/base.src +++ b/config/standard/base.src @@ -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;