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 695015 - poor alignment in plugin install dialog
poor alignment in plugin install dialog
Status: RESOLVED FIXED
Product: gnome-packagekit
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-packagekit-maint
gnome-packagekit-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-02 18:22 UTC by William Jon McCann
Modified: 2013-03-04 10:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (17.94 KB, image/png)
2013-03-02 18:22 UTC, William Jon McCann
  Details
Fix alignment of dialog (2.30 KB, patch)
2013-03-02 19:21 UTC, William Jon McCann
none Details | Review

Description William Jon McCann 2013-03-02 18:22:55 UTC
Created attachment 237829 [details]
screenshot

The alignment in the plugin install dialog is poor. We should try to improve this.
Comment 1 William Jon McCann 2013-03-02 19:10:31 UTC
Seems to be due to:
commit cd2bc24906d9b9eb9f0910f1e518e6c0b4e3fb54
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:   Fri Oct 3 14:38:46 2008 +0100
+       /* set the message text an absolute width so it's forced to wrap */
+       widget = glade_xml_get_widget (dialog->priv->glade_xml, "hbox_message");
+       gtk_widget_set_size_request (widget, 400, -1);
+       widget = glade_xml_get_widget (dialog->priv->glade_xml, "label_message");
+       gtk_widget_set_size_request (widget, 400, -1);
Comment 2 William Jon McCann 2013-03-02 19:21:42 UTC
Created attachment 237834 [details] [review]
Fix alignment of dialog
Comment 3 Richard Hughes 2013-03-04 10:27:21 UTC
Pushed, thanks.