GNOME Bugzilla – Bug 719801
[patch] Allow clickable area of pane separator to extend beyond its visible size
Last modified: 2014-04-28 20:27:45 UTC
Created attachment 263436 [details] [review] the patch This makes it possible to make paned separators thin but still easily draggable. Example usage: NautilusWindow > GtkGrid > GtkPaned { -GtkPaned-handle-size: 1; -GtkPaned-handle-extend-start: 2; -GtkPaned-handle-extend-end: 2; } (I didn't test RTL)
we've merged a different patch to achieve this