GNOME Bugzilla – Bug 729305
EAlertDialog too wide with wrapped GtkLabel-s
Last modified: 2014-11-13 17:39:44 UTC
Created attachment 275517 [details] Screenshot of "are you sure you want to discard the message" dialog Start typing an email message, then try to close the window. A dialog appears to confirm that you want to discard the message. In Evolution 3.12.1 with GTK+ 3.12.1, the dialog is far too wide. It should have a reasonable max width.
*** Bug 728132 has been marked as a duplicate of this bug. ***
*** Bug 730694 has been marked as a duplicate of this bug. ***
This depends on bug #729532 comment #7.
Still a problem; the other bug says there's advice here: https://wiki.gnome.org/HowDoI/Labels
Right. The thing I do not like on this is that the wrapped GtkLabel-s used to do the right thing for free, but now each application is supposed to change properties on each wrapped label, which just feels like a bad decision on the gtk+ side (my personal opinion). Nonetheless, let's fix it at least here. Created commit bd212cb in evo master (3.13.7+) [1] Created commit f79e421 in evo evolution-3-12 (3.12.8+) [1] https://git.gnome.org/browse/evolution/commit/?id=bd212cb
*** Bug 738316 has been marked as a duplicate of this bug. ***