Increase single click delay.
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 20 Apr 2010 20:15:41 +0000 (20:15 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 20 Apr 2010 20:15:41 +0000 (20:15 +0000)
SVN revision: 48183

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

index 3adec75..4c8f1a3 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: 50;
+    value "single_click_delay" int: 250;
 }