Merge "[Elc_Naviframe]:Bug Fix:wrong signals[show/hide] sent for text parts. Opensour...
[framework/uifw/elementary.git] / config / illume / base.src
index 2c68f74..bfba60a 100644 (file)
@@ -15,9 +15,9 @@ group "Elm_Config" struct {
   value "thumbscroll_sensitivity_friction" double: 0.25;
   value "scroll_smooth_time_interval" double: 0.008;
   value "scroll_smooth_amount" double: 1.0;
-  value "scroll_smooth_history_weight" double: 0.3;
+  value "scroll_smooth_history_weight" double: 0.1;
   value "scroll_smooth_future_time" double: 0.0;
-  value "scroll_smooth_time_window" double: 0.2;
+  value "scroll_smooth_time_window" double: 0.01;
   value "scale" double: 1.0;
   value "bgpixmap" int: 0;
   value "compositing" int: 1;
@@ -60,6 +60,8 @@ group "Elm_Config" struct {
   value "week_start" int: 1;
   value "weekend_start" int: 6;
   value "weekend_len" int: 2;
+  value "year_min" int: 2;
+  value "year_max" int: 137;
   group "color_palette" list {
      group "Elm_Custom_Palette" struct {
         value "palette_name" string: "default";