18 Jun
2008
18 Jun
'08
6:43 a.m.
Dylan Smith wrote:
+ /* Distance beside or past the ends the scrollbar for the mouse can be dragged + * away from scrollbar and still be considered in the scrollbar. */ +#define SCROLL_DRAG_ZONE_PADDING_BESIDE 138 +#define SCROLL_DRAG_ZONE_PADDING_PAST_END 34
This should be a proportion of the scrollbar width/height instead of absolute values in pixels. -- Rob Shearman