make sure defaults all match with code built in, and profiles etc.

SVN revision: 60182
This commit is contained in:
Carsten Haitzler 2011-06-10 08:05:39 +00:00
parent d2948b18a5
commit d13bbc2064
3 changed files with 4 additions and 4 deletions

View 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;

View 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;

View 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;