GNOME Bugzilla – Bug 728810
W32: Modelbuttons look like buttons
Last modified: 2014-04-24 03:42:32 UTC
Seems like modelbuttons use the .button style The name is misleading. As far as i've been told, modelbuttons should look flat, like menu items.
Created attachment 274969 [details] [review] W32: Add modelbutton styles According to what i've been told, modelbuttons are supposed to look flat, like menu items. This does the trick, at least as far as gtk3-widget-factory is concerned. May need to be extended to model radio buttons as well.
Created attachment 274970 [details] Before: modelbutton looks like a button
Created attachment 274972 [details] After: modelbutton looks flat
Created attachment 274973 [details] [review] W32: Add modelbutton styles According to what i've been told, modelbuttons are supposed to look flat, like menu items. This is basically an improved copy of the menuitem styles. v2: instead of just not drawing anything, draw it really like a menu item (copied and edited manuitem styles for that purpose)
Created attachment 274974 [details] After (v2): modelbutton looks like a menu item
Review of attachment 274973 [details] [review]: looks much better to me, thanks
Attachment 274973 [details] pushed as 37aa840 - W32: Add modelbutton styles