GNOME Bugzilla – Bug 734620
Use 'image' instead of 'child' for adding images to buttons
Last modified: 2014-08-13 15:55:17 UTC
Due to the way gtk_button_construct_child is written, when a Gtk.Image is added to a Gtk.Button via the 'child' property the button does not get the 'image-button' style class attached to it. We need to add it via the 'image' property for that to happen.
Created attachment 283107 [details] [review] Ensure that icon-only buttons get the 'image-button' style class
As a result of this the previous and next buttons are smaller than before. They are still OK for touch, but I don't know what we prefer.
Review of attachment 283107 [details] [review]: I pushed this after talking to Lapo in #gnome-design on GIMPNet.