GNOME Bugzilla – Bug 307779
"define names" doesn't honor gtk-button-images
Last modified: 2005-08-23 16:06:02 UTC
set gtk-button-images=0 in your gtkrc. start gnumeric. insert->names->define names. notice that the add and delete buttons have icons when they shouldn't.
This particular ones comes from the fact that the buttons have no images in them. No really, they have an alignment box that flushes the "+" to the left. Without the alignment box, "+Add" gets centered. I have no idea why that was done so. It goes way back.
This was done before gtk_button_set_alignment. fixed for 1.5.3.
verify