[tasque/transition: 201/213] [Tasque.Gtk] Set min height on note edit text view so it is always visible



commit 6ac5531c97caeda61a17b77a14b1654ec3e4dafa
Author: Antonius Riha <antoniusriha gmail com>
Date:   Sun Aug 19 18:01:05 2012 +0200

    [Tasque.Gtk] Set min height on note edit text view so it is always visible

 src/Tasque.Gtk/NoteWidget.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Tasque.Gtk/NoteWidget.cs b/src/Tasque.Gtk/NoteWidget.cs
index bfebfc9..4041dc8 100644
--- a/src/Tasque.Gtk/NoteWidget.cs
+++ b/src/Tasque.Gtk/NoteWidget.cs
@@ -161,6 +161,7 @@ namespace Tasque
 			textView.Buffer.Text = text;
 			textView.CanFocus = true;
 			textView.NoShowAll = true;
+			textView.SetSizeRequest (-1, 60);
 			sw.Add (textView);
 			sw.Show ();
 			vbox.PackStart (sw, true, true, 0);



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