[Bug 164896] tab close icon clipped
gtk+ (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Dec 7 04:40:07 UTC 2005
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=164896
gtk+ | stock-icons | Ver: 2.8.x
------- Additional Comments From Matthias Clasen 2005-12-07 04:40 -------
Its no wonder the close icon looks bad in those buttons. Looking e.g. at the
xchat source, it loads the 20x20 image at size 16x16, and then clamps the size
of the widget further down:
img = gtk_image_new_from_stock (stock, GTK_ICON_SIZE_MENU);
gtk_widget_set_usize (img, 8, 6);
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Pkg-gnome-maintainers
mailing list