enlarged it a little.

2003-03-27  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimptexteditor.c: enlarged it a little.
This commit is contained in:
Sven Neumann 2003-03-27 00:12:15 +00:00 committed by Sven Neumann
parent d105530836
commit 2bdccbfd52
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-03-27 Sven Neumann <sven@gimp.org>
* app/widgets/gimptexteditor.c: enlarged it a little.
2003-03-26 Michael Natterer <mitch@gimp.org>
* themes/Default/images/tools/stock-tool-*-16.png: new small tool

View File

@ -114,6 +114,8 @@ gimp_text_editor_new (const gchar *title,
gtk_container_add (GTK_CONTAINER (scrolled_window), text_view);
gtk_widget_show (text_view);
gtk_widget_set_size_request (text_view, 128, 64);
return editor;
}