GNOME Bugzilla – Bug 553615
Synchronization dialog not wide enough again
Last modified: 2009-11-16 23:30:17 UTC
Please describe the problem: This problem was reported fixed in bug #473354. I don't know whether to reopen that bug or open a new bug here: The synchronization progress dialog is sometimes not wide enough to hold the text it contains. I see, for example, "0 notes updated. Your notes are now up to". (The word "date" is not visible here.) I am using Tomboy 0.12.0. I will attach a screenshot. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 119324 [details] Screenshot of Synchronization progress dialog showing cut-off text
*** Bug 551396 has been marked as a duplicate of this bug. ***
From bug #551396, also a problem with "not configured" result: http://launchpadlibrarian.net/17378296/tomboy.png Re-opening the old bug would've been fine, but let's just use this one now. :-)
*** Bug 575342 has been marked as a duplicate of this bug. ***
*** Bug 599697 has been marked as a duplicate of this bug. ***
So according to the docs [1], the only way to fix this was to set a size request on the text label. So I did that, and we'll see if having a hard-coded size request causes any issues. It's in 1.1.0, which is the latest development release. [1] http://library.gnome.org/devel/gtk/unstable/GtkLabel.html#gtk-label-set-line-wrap