GNOME Bugzilla – Bug 737929
Long tooltips extend too far horizontally without wrapping
Last modified: 2014-10-07 02:34:53 UTC
Line wrapping in tooltips broke a year or so ago, maybe with GTK+ 3.10? Previously tooltips would wrap automatically if they were long, but nowadays this does not happen.
Created attachment 287761 [details] [review] tooltip: fix line wrapping We enable line wrap on the internal GtkLabel, but nowadays this does nothing unless we also set a max number of characters.
Created attachment 287762 [details] before (screenshot)
Created attachment 287763 [details] after (screenshot) I picked 70 characters arbitrarily-ish, because it looks decent.
Review of attachment 287761 [details] [review]: sure, makes sense. Please put this on the 3.14 branch as well
Attachment 287761 [details] pushed as 62da080 - tooltip: fix line wrapping