[tomboy] Wrap SyncDialog message text at a specific pixel width (#553615)
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tomboy] Wrap SyncDialog message text at a specific pixel width (#553615)
- Date: Mon, 16 Nov 2009 23:22:32 +0000 (UTC)
commit 2dc0bc62e30f7ed0360a34d53f0ae431873835e6
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Mon Nov 16 15:09:30 2009 -0800
Wrap SyncDialog message text at a specific pixel width (#553615)
Tomboy/Synchronization/SyncDialog.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy/Synchronization/SyncDialog.cs b/Tomboy/Synchronization/SyncDialog.cs
index b2c8564..acbdeef 100644
--- a/Tomboy/Synchronization/SyncDialog.cs
+++ b/Tomboy/Synchronization/SyncDialog.cs
@@ -65,6 +65,7 @@ namespace Tomboy.Sync
messageLabel.Xalign = 0;
messageLabel.UseUnderline = false;
messageLabel.LineWrap = true;
+ messageLabel.SetSizeRequest (250, -1);
messageLabel.Show ();
vbox.PackStart (messageLabel, false, false, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]