increase default drag resist

SVN revision: 15447
This commit is contained in:
Carsten Haitzler 2005-06-20 09:38:26 +00:00
parent 91091f83e5
commit 45b3d9bed3
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ e_config_init(void)
e_config->use_auto_raise = 0;
e_config->auto_raise_delay = 0.5;
e_config->use_resist = 1;
e_config->drag_resist = 8;
e_config->drag_resist = 16;
e_config->desk_resist = 32;
e_config->window_resist = 12;
e_config->gadget_resist = 32;