GNOME Bugzilla – Bug 695015
poor alignment in plugin install dialog
Last modified: 2013-03-04 10:27:21 UTC
Created attachment 237829 [details] screenshot The alignment in the plugin install dialog is poor. We should try to improve this.
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);
Created attachment 237834 [details] [review] Fix alignment of dialog
Pushed, thanks.