Make single click delay timeout shorter.

SVN revision: 44193
This commit is contained in:
Christopher Michael 2009-12-04 23:25:33 +00:00
parent 266745adc3
commit faa97a4fac
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: 150;
value "single_click_delay" int: 50;
}