gimp r27341 - in trunk: . app/widgets
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27341 - in trunk: . app/widgets
- Date: Mon, 20 Oct 2008 13:48:56 +0000 (UTC)
Author: neo
Date: Mon Oct 20 13:48:55 2008
New Revision: 27341
URL: http://svn.gnome.org/viewvc/gimp?rev=27341&view=rev
Log:
2008-10-20 Sven Neumann <sven gimp org>
* app/widgets/gimperrorconsole.c (gimp_error_console_init):
don't
make the font size even smaller. We already use a smaller font
in
the dock windows.
Modified:
trunk/ChangeLog
trunk/app/widgets/gimperrorconsole.c
Modified: trunk/app/widgets/gimperrorconsole.c
==============================================================================
--- trunk/app/widgets/gimperrorconsole.c (original)
+++ trunk/app/widgets/gimperrorconsole.c Mon Oct 20 13:48:55 2008
@@ -77,10 +77,10 @@
console->text_buffer = gtk_text_buffer_new (NULL);
gtk_text_buffer_create_tag (console->text_buffer, "title",
+ "scale", PANGO_SCALE_LARGE,
"weight", PANGO_WEIGHT_BOLD,
NULL);
gtk_text_buffer_create_tag (console->text_buffer, "message",
- "scale", PANGO_SCALE_SMALL,
NULL);
scrolled_window = gtk_scrolled_window_new (NULL, NULL);
@@ -201,7 +201,7 @@
pixbuf = gtk_widget_render_icon (console->text_view,
gimp_get_message_stock_id (severity),
- GTK_ICON_SIZE_MENU, NULL);
+ GTK_ICON_SIZE_BUTTON, NULL);
gtk_text_buffer_insert_pixbuf (console->text_buffer, &end, pixbuf);
g_object_unref (pixbuf);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]