GNOME Bugzilla – Bug 473354
Syncronization progress window is not wide enough by default
Last modified: 2008-02-26 20:51:38 UTC
The Syncronization progress window's size is fixed and not big enough to see the end of some messages, for example "{0} note updated. Your notes are now up to date." or "Please configure synchronization in the preferences dialog." and probably all other longer messages using the same window will be truncated by the edge of the window.
Those messages are loaded into a label that has the "Wrap" property set to TRUE. I'm not sure why the messages do no always wrap in the correct location. Does anybody else have an idea here?
Created attachment 95129 [details] [review] sync-dialog-cleanup Cleans up the SyncDialog class. Adjusts padding and spacing to be more "even". Fixes this wrapping problem (adjusts expand/fill setup).
Committed in r1510. Thanks Jerome!