[tomboy] Set min column size to 150 which addresses bgo 575337 - Matches column causes notes name not to be s



commit 349bcd4068bb7aff01193c077ca37d34a8bd6b02
Author: Jared Jennings <jjennings src gnome org>
Date:   Wed Jul 13 13:32:16 2011 -0400

    Set min column size to 150 which addresses bgo 575337 - Matches column causes notes name not to be shown

 Tomboy/RecentChanges.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy/RecentChanges.cs b/Tomboy/RecentChanges.cs
index 7228971..9f6547c 100644
--- a/Tomboy/RecentChanges.cs
+++ b/Tomboy/RecentChanges.cs
@@ -348,6 +348,7 @@ namespace Tomboy
 
 			Gtk.TreeViewColumn title = new Gtk.TreeViewColumn ();
 			title.Title = Catalog.GetString ("Note");
+			title.MinWidth = 150; // Fix for bgo 575337 - "Matches" column causes notes name not to be shown. jjennings jul 13, 2011
 			title.Sizing = Gtk.TreeViewColumnSizing.Autosize;
 			title.Expand = true;
 			title.Resizable = true;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]