columnview: Increase the autoscroll threshold

With autoscroll during DND, we stop when you hit the edge
of the widget, so a larger threshold makes sense to avoid
hitting the edge by accident.
This commit is contained in:
Matthias Clasen 2020-06-19 12:23:28 -04:00
parent 470a1aabdd
commit 110c316810

View File

@ -779,7 +779,7 @@ remove_autoscroll (GtkColumnView *self)
}
}
#define SCROLL_EDGE_SIZE 15
#define SCROLL_EDGE_SIZE 30
static void
update_autoscroll (GtkColumnView *self,