[nautilus/wip/csoriano/search-popover: 31/43] files-view: reduce floating bar delay



commit d23985047c7dfaefc1af3bf0818d52b226f3a0b9
Author: Carlos Soriano <csoriano gnome org>
Date:   Sun Jan 31 17:44:20 2016 +0100

    files-view: reduce floating bar delay
    
    I was confused even for a few miliseconds plus the idle time
    why there was no searching going on.
    So decrease the floating bar delay to the point it only won't appear
    if the user wouldn't have time to look for a hint to know if the view
    was searching or not.

 src/nautilus-files-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index 4b43e60..953962a 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -127,7 +127,7 @@
 #define FILE_NAME_DUPLICATED_LABEL_TIMEOUT 500
 
 /* Delay to show the Loading... floating bar */
-#define FLOATING_BAR_LOADING_DELAY 500 /* ms */
+#define FLOATING_BAR_LOADING_DELAY 200 /* ms */
 
 enum {
         ADD_FILE,


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