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:

committed by
Sven Neumann

parent
d105530836
commit
2bdccbfd52
@ -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>
|
2003-03-26 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* themes/Default/images/tools/stock-tool-*-16.png: new small tool
|
* themes/Default/images/tools/stock-tool-*-16.png: new small tool
|
||||||
|
@ -114,6 +114,8 @@ gimp_text_editor_new (const gchar *title,
|
|||||||
gtk_container_add (GTK_CONTAINER (scrolled_window), text_view);
|
gtk_container_add (GTK_CONTAINER (scrolled_window), text_view);
|
||||||
gtk_widget_show (text_view);
|
gtk_widget_show (text_view);
|
||||||
|
|
||||||
|
gtk_widget_set_size_request (text_view, 128, 64);
|
||||||
|
|
||||||
return editor;
|
return editor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user