Make single click delay timeout shorter.
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 4 Dec 2009 23:25:33 +0000 (23:25 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 4 Dec 2009 23:25:33 +0000 (23:25 +0000)
SVN revision: 44193

config/illume-home/module.illume-home.src

index 7b0a9ad7c203e9604269e2609404eedb994e781e..315748af79b23c63969deba8e2367c5b0cb935ea 100644 (file)
@@ -2,5 +2,5 @@ group "Illume-Home_Cfg" struct {
   value "version" int: 0;
   value "icon_size" int: 120;
   value "single_click" int: 1;
-  value "single_click_delay" int: 150;
+  value "single_click_delay" int: 50;
 }