make sure defaults all match with code built in, and profiles etc.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 10 Jun 2011 08:05:39 +0000 (08:05 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 10 Jun 2011 08:05:39 +0000 (08:05 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60182 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

config/illume/base.src
config/standard/base.src
src/lib/elm_config.c

index 5945aa7..c715675 100644 (file)
@@ -15,7 +15,7 @@ group "Elm_Config" struct {
   value "scroll_smooth_amount" double: 1.0;
   value "scroll_smooth_history_weight" double: 0.3;
   value "scroll_smooth_future_time" double: 0.0;
-  value "scroll_smooth_time_window" double: 0.15;
+  value "scroll_smooth_time_window" double: 0.2;
   value "scale" double: 1.0;
   value "bgpixmap" int: 0;
   value "compositing" int: 1;
index b9aa1e4..b2284c3 100644 (file)
@@ -15,7 +15,7 @@ group "Elm_Config" struct {
   value "scroll_smooth_amount" double: 0.0;
   value "scroll_smooth_history_weight" double: 0.3;
   value "scroll_smooth_future_time" double: 0.0;
-  value "scroll_smooth_time_window" double: 0.15;
+  value "scroll_smooth_time_window" double: 0.2;
   value "scale" double: 1.0;
   value "bgpixmap" int: 0;
   value "compositing" int: 1;
index 2838b90..a142ac4 100644 (file)
@@ -1124,8 +1124,8 @@ _config_load(void)
    _elm_config->thumbscroll_border_friction = 0.5;
    _elm_config->scroll_smooth_amount = 1.0;
    _elm_config->scroll_smooth_history_weight = 0.3;
-   _elm_config->scroll_smooth_future_time = 2.0 / 60.0;
-   _elm_config->scroll_smooth_time_window = 0.12;
+   _elm_config->scroll_smooth_future_time = 0.0;
+   _elm_config->scroll_smooth_time_window = 0.2;
    _elm_config->scale = 1.0;
    _elm_config->bgpixmap = 0;
    _elm_config->compositing = 1;