[gtk+/wip/csoriano/gtkpathbar_rework: 3/11] gtkpathbar: adjust Nautilus slider timeouts



commit 149d4d5522ead1391543e3bdc7274e42394eb969
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Mar 3 14:46:25 2015 +0100

    gtkpathbar: adjust Nautilus slider timeouts

 gtk/gtkpathbar.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c
index 97de6ec..b9fc0ce 100644
--- a/gtk/gtkpathbar.c
+++ b/gtk/gtkpathbar.c
@@ -74,8 +74,8 @@ typedef enum {
 #define BUTTON_DATA(x) ((ButtonData *)(x))
 
 #define SCROLL_DELAY_FACTOR 5
-#define INITIAL_SCROLL_TIMEOUT 500
-#define SCROLL_TIMEOUT         50
+#define INITIAL_SCROLL_TIMEOUT 300
+#define SCROLL_TIMEOUT         150
 
 static guint path_bar_signals [LAST_SIGNAL] = { 0 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]