Larger drag resist.

SVN revision: 27700
This commit is contained in:
Sebastian Dransfeld 2006-12-31 14:07:01 +00:00
parent 8f5b4dfbf8
commit 6381bd0d4d
1 changed files with 1 additions and 1 deletions

View File

@ -1712,7 +1712,7 @@ _e_gadcon_cb_signal_move_go(void *data, Evas_Object *obj, const char *emission,
if (e_gadcon_layout_orientation_get(gcc->gadcon->o_container))
{
// TODO: Configure this value
if (abs((y + gcc->dy) - gcc->drag.y) > 10)
if (abs((y + gcc->dy) - gcc->drag.y) > 100)
{
E_Drag *drag;
Evas_Object *o = NULL;