Patch: Bug 72022



This patch increases the autoscroll range from 20 to 50 pixels. 20
pixels was just to small and people weren't discovering the feature. 50
pixels seems easier to use imho.

Also unrelated, but in nautilus-icon-container.c we hardcode the double
click time. shouldn't we follow the global preference in the mouse
capplet?

dave 

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/nautilus/ChangeLog,v
retrieving revision 1.5501
diff -p -u -r1.5501 ChangeLog
--- ChangeLog	31 Aug 2002 21:59:26 -0000	1.5501
+++ ChangeLog	2 Sep 2002 08:01:27 -0000
@@ -1,3 +1,10 @@
+2002-09-02  David Bordoley <bordoley msu edu>
+
+	* libnautilus-private/nautilus-dnd.c:
+	Increased autoscroll margin to 50 pixels to make 
+	autoscrolling easier.
+
+
 2002-08-31  David Bordoley <bordoley msu edu>
 
 	* src/nautilus-shell-ui.xml:
Index: libnautilus-private/nautilus-dnd.c
===================================================================
RCS file: /cvs/gnome/nautilus/libnautilus-private/nautilus-dnd.c,v
retrieving revision 1.9
diff -p -u -r1.9 nautilus-dnd.c
--- libnautilus-private/nautilus-dnd.c	12 Aug 2002 20:01:45 -0000	1.9
+++ libnautilus-private/nautilus-dnd.c	2 Sep 2002 08:01:33 -0000
@@ -54,7 +54,7 @@
 #define AUTOSCROLL_INITIAL_DELAY 750000
 
 /* drag this close to the view edge to start auto scroll*/
-#define AUTO_SCROLL_MARGIN 20
+#define AUTO_SCROLL_MARGIN 50
 
 /* the smallest amount of auto scroll used when we just enter the autoscroll
  * margin


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