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 414198 - run button's text and icon not centered in run application dialog
run button's text and icon not centered in run application dialog
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-03 11:49 UTC by Sebastien Bacher
Modified: 2007-03-06 17:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-03-03 11:49:15 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"
Comment 1 Michael R Head 2007-03-03 17:28:27 UTC
The X and Y aligns in the  <widget class="GtkButton" id="run_button">...</widget> section just need to be set to 0.5.
Comment 2 Michael R Head 2007-03-03 17:29:15 UTC
Err, in panel-run-dialog.glade
Comment 3 Vincent Untz 2007-03-05 23:27:25 UTC
Thanks.
Comment 5 Michael R Head 2007-03-06 02:35:19 UTC
With this fix, won't the icon still sit a little high? Shouldn't lines 236 and 237  be removed, too?
Comment 6 Michael R Head 2007-03-06 17:02:22 UTC
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.