gimp r27342 - in branches/gimp-2-6: . app/widgets
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27342 - in branches/gimp-2-6: . app/widgets
- Date: Mon, 20 Oct 2008 13:49:34 +0000 (UTC)
Author: neo
Date: Mon Oct 20 13:49:34 2008
New Revision: 27342
URL: http://svn.gnome.org/viewvc/gimp?rev=27342&view=rev
Log:
2008-10-20 Sven Neumann <sven gimp org>
Merged from trunk:
* 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:
branches/gimp-2-6/ChangeLog
branches/gimp-2-6/app/widgets/gimperrorconsole.c
Modified: branches/gimp-2-6/app/widgets/gimperrorconsole.c
==============================================================================
--- branches/gimp-2-6/app/widgets/gimperrorconsole.c (original)
+++ branches/gimp-2-6/app/widgets/gimperrorconsole.c Mon Oct 20 13:49:34 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]