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 726606 - About dialog expands unnecessarily when clicking License or Credits
About dialog expands unnecessarily when clicking License or Credits
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: core application
3.10.x
Other Linux
: Normal trivial
: ---
Assigned To: Naba Kumar
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-18 03:04 UTC by Michael Catanzaro
Modified: 2014-04-15 16:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Miscellaneous improvements to the About dialog (6.88 KB, patch)
2014-03-18 03:19 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2014-03-18 03:04:03 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.
Comment 1 Michael Catanzaro 2014-03-18 03:19:12 UTC
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.)
Comment 2 Johannes Schmid 2014-04-15 15:13:29 UTC
Review of attachment 272226 [details] [review]:

Thanks!