Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-11-05 15:15:54 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-11-05 15:17:55 (GMT)
commit8f4474f3f5ecd4db1622ad9967a928d16be82b54 (patch)
tree5760e90648198ccc0b58ba90c089ea9e4c579537
parenta515976dff8c26aa597d41f8bbee87cc33d1ceb7 (diff)
SugarLongPressController: default the trigger_delay property to 600ms
Discussed and compared options with Gary.
-rw-r--r--src/sugar3/event-controller/sugar-long-press-controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar3/event-controller/sugar-long-press-controller.c b/src/sugar3/event-controller/sugar-long-press-controller.c
index 64c41bf..7b21505 100644
--- a/src/sugar3/event-controller/sugar-long-press-controller.c
+++ b/src/sugar3/event-controller/sugar-long-press-controller.c
@@ -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;