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:

committed by
Sven Neumann

parent
ca0b070852
commit
baea3223f1
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user