[nautilus/wip/csoriano/search-popover: 31/40] files-view: reduce floating bar delay
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/csoriano/search-popover: 31/40] files-view: reduce floating bar delay
- Date: Tue, 2 Feb 2016 17:43:35 +0000 (UTC)
commit f11285e6258f819ced5318cceaaa84d0e26e0753
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]