diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-07-06 21:46:58 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-07-06 21:46:58 +0000 |
commit | 3cc4d73954489d161ea604a77c0620754064b644 (patch) | |
tree | 1d28e1289968e50c8dd0ae901f73a318a1b8ebf2 /libnautilus-private/nautilus-horizontal-splitter.c | |
parent | 67d85d6f3aaee4759bbe8d1284f90829afb7f7b8 (diff) | |
download | nautilus-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.c | 4 |
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); |