GNOME Bugzilla – Bug 726606
About dialog expands unnecessarily when clicking License or Credits
Last modified: 2014-04-15 16:19:33 UTC
The width of the About dialog expands when I click either the License or the Credits button. * The License field is usually used for a three-paragraph GPL notice, not a copy of the GPL itself. (But it would be easiest to just use gtk_about_dialog_set_license_type.) * The horizontal fields of hyphens are causing the expansion in the Credits section.
Created attachment 272226 [details] [review] Miscellaneous improvements to the About dialog * Reduce the width of the Credits page * Use GtkLicense * Use the correct copyright sign. (It can be omitted, but we shouldn't display (c) in our programs.) (Intended for 3.14.)
Review of attachment 272226 [details] [review]: Thanks!