GNOME Bugzilla – Bug 652304
themingengine: don't hardcode the slider lines in the theming engine
Last modified: 2012-05-04 21:27:30 UTC
GtkThemingEngine hardcodes the slider lines in its _render_slider() implementation, which forces theme to override the method if they want to get rid of them.
Created attachment 189656 [details] [review] themingengine: don't hardcode the slider lines in the theming engine It's wrong to hardcode the slider lines here; those should be rendered as an additional background layer using background-image if the theme specifies so.
Attachment 189656 [details] pushed as e5f0e30 - themingengine: don't hardcode the slider lines in the theming engine