Increase single click delay.

SVN revision: 48183
This commit is contained in:
Christopher Michael 2010-04-20 20:15:41 +00:00
parent 91fa04d01f
commit ffdf8c866c
1 changed files with 1 additions and 1 deletions

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