summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-01-31 17:44:20 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-02 22:22:38 +0100
commit44a3363fdf261a40bcefdd08693f70c2f5f42e55 (patch)
tree7b9c0f2fa64c68df2ee4d198cd4e1d7dc9417119
parent5a0846c7d276fca4fffc8f98c3223c52bb7c818c (diff)
downloadnautilus-44a3363fdf261a40bcefdd08693f70c2f5f42e55.tar.gz
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.
-rw-r--r--src/nautilus-files-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index 4b43e6041..953962afa 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,