GNOME Bugzilla – Bug 485762
cell view is layed out wrong in the combobox
Last modified: 2013-02-06 13:22:22 UTC
When calculating the position of the cell view in the combobox, GTK+ does not take GtkButton::inner-padding into account. It should also not use the style of the combobox, but from the button to retrieve the focus-line-width and the focus-padding properties, as these may be different.
GtkButton:inner-border has been deprecated as the docs say, can this be closed? http://developer.gnome.org/gtk3/stable/GtkButton.html#GtkButton--s-inner-border
yes, lets close it