forgot to make window of smoothing configurable. fix minor macro
[framework/uifw/elementary.git] / config / standard / base.src
index d87ce46..b9aa1e4 100644 (file)
@@ -14,7 +14,8 @@ group "Elm_Config" struct {
   value "thumbscroll_border_friction" double: 0.5;
   value "scroll_smooth_amount" double: 0.0;
   value "scroll_smooth_history_weight" double: 0.3;
-  value "scroll_smooth_future_time" double: 0.033;
+  value "scroll_smooth_future_time" double: 0.0;
+  value "scroll_smooth_time_window" double: 0.15;
   value "scale" double: 1.0;
   value "bgpixmap" int: 0;
   value "compositing" int: 1;