SugarLongPressController: default the trigger_delay property to 600ms
Discussed and compared options with Gary.
This commit is contained in:
parent
a515976dff
commit
8f4474f3f5
@ -22,7 +22,7 @@
|
||||
#include "sugar-long-press-controller.h"
|
||||
|
||||
#define DEFAULT_THRESHOLD 32
|
||||
#define DEFAULT_TRIGGER_DELAY 800
|
||||
#define DEFAULT_TRIGGER_DELAY 600
|
||||
|
||||
typedef struct _SugarLongPressControllerPriv SugarLongPressControllerPriv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user