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



commit 182e097ac8c079f8600bbc049417c7292aa4ec8a
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/NoteWidget.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/NoteWidget.cs b/src/NoteWidget.cs
index b60aa0d..9fc06a2 100644
--- a/src/NoteWidget.cs
+++ b/src/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]