Make single-click timeout shorter by default.

SVN revision: 44192
This commit is contained in:
Christopher Michael 2009-12-04 23:24:57 +00:00
parent ff96a40305
commit 266745adc3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ il_home_config_init(E_Module *m)
il_home_cfg->version = 0;
il_home_cfg->icon_size = 120;
il_home_cfg->single_click = 1;
il_home_cfg->single_click_delay = 150;
il_home_cfg->single_click_delay = 50;
}
if (il_home_cfg)
{