[almanah] Made the text view for entering "note" definitions longer by default
- From: Philip Withnall <pwithnall src gnome org>
- To: svn-commits-list gnome org
- Subject: [almanah] Made the text view for entering "note" definitions longer by default
- Date: Sun, 10 May 2009 13:55:27 -0400 (EDT)
commit 081d79837e10273d778cc376a905b6fce255e229
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun May 10 09:23:52 2009 +0100
Made the text view for entering "note" definitions longer by default
---
src/definitions/note.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/definitions/note.c b/src/definitions/note.c
index f69db11..ad4bf00 100644
--- a/src/definitions/note.c
+++ b/src/definitions/note.c
@@ -94,6 +94,7 @@ note_build_dialog (AlmanahDefinition *definition, GtkVBox *parent_vbox)
GTK_SHADOW_IN);
priv->text_view = gtk_text_view_new ();
gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (priv->text_view), GTK_WRAP_WORD_CHAR);
+ gtk_widget_set_size_request (priv->text_view, 300, 300);
gtk_container_add (GTK_CONTAINER (scrolled_window), priv->text_view);
/* Initialise the dialogue with the definition's current values */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]