summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-dnd.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-03-27 16:01:19 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-03-27 16:01:19 +0000
commita1fd9f672da7445100b0a708c933ef34803e7fdf (patch)
tree40b631c10708df72e2caa69e684ad79220a55165 /libnautilus-private/nautilus-dnd.c
parent0a2a89e54d76e3f4e2e4d42656e0a1179df1ec9a (diff)
downloadnautilus-a1fd9f672da7445100b0a708c933ef34803e7fdf.tar.gz
Tune AUTOSCROLL_TIMEOUT_INTERVAL and AUTO_SCROLL_MARGIN so that
2003-03-27 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-dnd.c: Tune AUTOSCROLL_TIMEOUT_INTERVAL and AUTO_SCROLL_MARGIN so that auto-scrolling is easier to trigger.
Diffstat (limited to 'libnautilus-private/nautilus-dnd.c')
-rw-r--r--libnautilus-private/nautilus-dnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnautilus-private/nautilus-dnd.c b/libnautilus-private/nautilus-dnd.c
index 9efad877f..265387037 100644
--- a/libnautilus-private/nautilus-dnd.c
+++ b/libnautilus-private/nautilus-dnd.c
@@ -51,10 +51,10 @@
* These are in microseconds.
*/
#define AUTOSCROLL_TIMEOUT_INTERVAL 100
-#define AUTOSCROLL_INITIAL_DELAY 750000
+#define AUTOSCROLL_INITIAL_DELAY 100000
/* drag this close to the view edge to start auto scroll*/
-#define AUTO_SCROLL_MARGIN 20
+#define AUTO_SCROLL_MARGIN 30
/* the smallest amount of auto scroll used when we just enter the autoscroll
* margin