summaryrefslogtreecommitdiff
path: root/config/standard/base.src.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/standard/base.src.in')
-rw-r--r--config/standard/base.src.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index 1b1cb849f..b5f1b7a78 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -20,12 +20,9 @@ group "Elm_Config" struct {
value "zoom_friction" double: 0.5;
value "thumbscroll_border_friction" double: 0.5;
value "thumbscroll_sensitivity_friction" double: 0.25;
- value "scroll_smooth_start_enable" uchar: 0;
- value "scroll_smooth_time_interval" double: 0.0;
- value "scroll_smooth_amount" double: 0.0;
- value "scroll_smooth_history_weight" double: 0.1;
- value "scroll_smooth_future_time" double: 0.0;
- value "scroll_smooth_time_window" double: 0.01;
+ value "scroll_smooth_start_enable" uchar: 1;
+ value "scroll_smooth_amount" double: 1.0;
+ value "scroll_smooth_time_window" double: 0.15;
value "focus_autoscroll_mode" uchar: 0;
value "slider_indicator_visible_mode" int: 0;
value "scale" double: 1.0;