gimp r27089 - in trunk: . app/gui



Author: neo
Date: Tue Sep 30 11:27:00 2008
New Revision: 27089
URL: http://svn.gnome.org/viewvc/gimp?rev=27089&view=rev

Log:
2008-09-30  Sven Neumann  <sven gimp org>

	* app/gui/splash.c: don't make the upper label bold. This change
	compensates for the smaller width of the new splash screen.



Modified:
   trunk/ChangeLog
   trunk/app/gui/splash.c

Modified: trunk/app/gui/splash.c
==============================================================================
--- trunk/app/gui/splash.c	(original)
+++ trunk/app/gui/splash.c	Tue Sep 30 11:27:00 2008
@@ -158,8 +158,6 @@
 
   /*  create the pango layouts  */
   splash->upper = gtk_widget_create_pango_layout (splash->area, "");
-  gimp_pango_layout_set_weight (splash->upper, PANGO_WEIGHT_SEMIBOLD);
-
   splash->lower = gtk_widget_create_pango_layout (splash->area, "");
   gimp_pango_layout_set_scale (splash->lower, PANGO_SCALE_SMALL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]