From: Jaehwan Kim Date: Fri, 26 Apr 2013 08:04:34 +0000 (+0900) Subject: [Scroller] The config of sensitivity_friction is changed 0.7. X-Git-Tag: accepted/tizen/20130927.071315^2~397 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9d3bb6679953a082bc4b137e08671a57d07b4b2;p=profile%2Fmobile%2Felementary.git [Scroller] The config of sensitivity_friction is changed 0.7. Change-Id: I3857c8a7ca013515e46fd30bea86e25296b79662 Conflicts: config/mobile/base.src --- diff --git a/config/mobile/base.src b/config/mobile/base.src index dcb7ff0..702c1d5 100644 --- a/config/mobile/base.src +++ b/config/mobile/base.src @@ -15,7 +15,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: 1.0; + value "thumbscroll_sensitivity_friction" double: 0.7; value "scroll_smooth_amount" double: 0.0; value "scroll_smooth_history_weight" double: 0.3; value "scroll_smooth_future_time" double: 0.0;