don't make the upper label bold. This change compensates for the smaller

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.


svn path=/trunk/; revision=27089
This commit is contained in:
Sven Neumann
2008-09-30 11:27:00 +00:00
committed by Sven Neumann
parent ca0b070852
commit baea3223f1
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.
2008-09-30 Sven Neumann <sven@gimp.org>
* app/widgets/gimpwidgets-utils.[ch]: added

View File

@ -158,8 +158,6 @@ splash_create (gboolean be_verbose)
/* 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);