GNOME Bugzilla – Bug 414198
run button's text and icon not centered in run application dialog
Last modified: 2007-03-06 17:02:22 UTC
That bug has been opened on https://bugs.launchpad.net/ubuntu/+bug/89421 "Icon and text on the button Run in the Run Application dialog aren't centered. http://librarian.launchpad.net/6607275/Screenshot-Run%20Application.png screenshot of run application dialog"
The X and Y aligns in the <widget class="GtkButton" id="run_button">...</widget> section just need to be set to 0.5.
Err, in panel-run-dialog.glade
Thanks.
Here's the diff: http://svn.gnome.org/viewcvs/gnome-panel/trunk/gnome-panel/panel-run-dialog.glade?r1=10243&r2=10282
With this fix, won't the icon still sit a little high? Shouldn't lines 236 and 237 be removed, too?
Actually, 248 and 249 should be removed. Because the image is bigger than the label, the image gets centered vertically properly, but the text label isn't.