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 719713 - toolbar: draw a full box for separators
toolbar: draw a full box for separators
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkToolbar
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-02 18:37 UTC by Jonh Wendell
Modified: 2013-12-03 11:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (2.82 KB, patch)
2013-12-02 18:37 UTC, Jonh Wendell
committed Details | Review

Description Jonh Wendell 2013-12-02 18:37:03 UTC
This allows themes do whatever they want as separators, with
paddings, borders and backgrounds. 

If "wide-separators" property is true, then, instead of just draw
a frame, also render its background, and take into account the 
padding property for its limits.
Comment 1 Jonh Wendell 2013-12-02 18:37:59 UTC
Created attachment 263329 [details] [review]
proposed patch
Comment 2 Matthias Clasen 2013-12-03 11:43:57 UTC
Review of attachment 263329 [details] [review]:

ok
Comment 3 Jonh Wendell 2013-12-03 11:57:40 UTC
thanks, pushed to master.