After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 307779 - "define names" doesn't honor gtk-button-images
"define names" doesn't honor gtk-button-images
Status: VERIFIED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-06-15 14:30 UTC by Dominic Lachowicz
Modified: 2005-08-23 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dominic Lachowicz 2005-06-15 14:30:15 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.
Comment 1 Morten Welinder 2005-06-15 15:23:51 UTC
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.
Comment 2 Jody Goldberg 2005-08-08 16:11:36 UTC
This was done before gtk_button_set_alignment.
fixed for 1.5.3.
Comment 3 Dominic Lachowicz 2005-08-23 16:06:02 UTC
verify