summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-horizontal-splitter.c
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-07-06 21:46:58 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-07-06 21:46:58 +0000
commit3cc4d73954489d161ea604a77c0620754064b644 (patch)
tree1d28e1289968e50c8dd0ae901f73a318a1b8ebf2 /libnautilus-private/nautilus-horizontal-splitter.c
parent67d85d6f3aaee4759bbe8d1284f90829afb7f7b8 (diff)
downloadnautilus-3cc4d73954489d161ea604a77c0620754064b644.tar.gz
fixed long-standing bug where the sidebar tabs would display the wrong
fixed long-standing bug where the sidebar tabs would display the wrong view by decrementing the appropriate index when a view is removed; gave sidebar views more room and solved the variable height problem by hiding the sidebar title when a sidebar view is displayed; reduced slop on splitter to avoid accidental toggling; and some new images from Susan.
Diffstat (limited to 'libnautilus-private/nautilus-horizontal-splitter.c')
-rw-r--r--libnautilus-private/nautilus-horizontal-splitter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnautilus-private/nautilus-horizontal-splitter.c b/libnautilus-private/nautilus-horizontal-splitter.c
index 290bab5de..437b1cb8a 100644
--- a/libnautilus-private/nautilus-horizontal-splitter.c
+++ b/libnautilus-private/nautilus-horizontal-splitter.c
@@ -38,8 +38,8 @@ struct NautilusHorizontalSplitterDetails {
#define BAR_WIDTH 7
#define CLOSED_THRESHOLD 4
#define NOMINAL_SIZE 148
-#define SPLITTER_CLICK_SLOP 3
-#define SPLITTER_CLICK_TIMEOUT 1500
+#define SPLITTER_CLICK_SLOP 1
+#define SPLITTER_CLICK_TIMEOUT 400
/* NautilusHorizontalSplitterClass methods */
static void nautilus_horizontal_splitter_initialize_class (NautilusHorizontalSplitterClass *horizontal_splitter_class);