--- Comment #5 from gnu_andrew at member dot fsf dot org 2008-02-17 19:44
---
No feedback on this bug from the Gtk+ developers still...
--
gnu_andrew at member dot fsf dot org changed:
What|Removed |Added
--
--- Additional Comments From fitzsim at redhat dot com 2005-09-07 15:48
---
I filed a bug against GTK:
http://bugzilla.gnome.org/show_bug.cgi?id=315462
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21598
--- Additional Comments From fitzsim at redhat dot com 2005-09-07 04:09
---
This is actually a GTK bug; a GtkButton doesn't center its child vertically when
the child's size requisition exceeds its size allocation. I'm going to write a
GTK test case and submit a bug report and patch.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed||1
Last reconfirmed|-00-00 00:00:00 |2005-05-
--- Additional Comments From tromey at gcc dot gnu dot org 2005-05-22
16:26 ---
I think the problem here is that the applet calls
setBounds on the buttons in question. But maybe this is
valid as it explicitly asks for a certain size font?
FWIW the contents of the buttons do look off-cen