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 473354 - Syncronization progress window is not wide enough by default
Syncronization progress window is not wide enough by default
Status: RESOLVED FIXED
Product: tomboy
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-03 22:30 UTC by Gabor Kelemen
Modified: 2008-02-26 20:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
sync-dialog-cleanup (4.89 KB, patch)
2007-09-07 13:22 UTC, Jerome Haltom
committed Details | Review

Description Gabor Kelemen 2007-09-03 22:30:05 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.
Comment 1 Sandy Armstrong 2007-09-04 00:08:01 UTC
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?
Comment 2 Jerome Haltom 2007-09-07 13:22:56 UTC
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).
Comment 3 Sandy Armstrong 2007-09-10 12:29:28 UTC
Committed in r1510.  Thanks Jerome!