After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 719801 - [patch] Allow clickable area of pane separator to extend beyond its visible size
[patch] Allow clickable area of pane separator to extend beyond its visible size
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-03 20:20 UTC by lamefun
Modified: 2014-04-28 20:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (11.86 KB, patch)
2013-12-03 20:20 UTC, lamefun
none Details | Review

Description lamefun 2013-12-03 20:20:39 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)
Comment 1 Matthias Clasen 2014-04-28 20:27:45 UTC
we've merged a different patch to achieve this