tweaked label positons.

2007-08-09  Sven Neumann  <sven@gimp.org>

	* app/gui/splash.c: tweaked label positons.

svn path=/trunk/; revision=23169
This commit is contained in:
Sven Neumann 2007-08-09 11:17:08 +00:00 committed by Sven Neumann
parent c127a0bdc4
commit 38f854e70a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-09 Sven Neumann <sven@gimp.org>
* app/gui/splash.c: tweaked label positons.
2007-08-09 Sven Neumann <sven@gimp.org>
* plug-ins/print/print-preview.[ch]: while dragging the preview

View File

@ -319,7 +319,7 @@ splash_position_layouts (GimpSplash *splash,
pango_layout_get_pixel_extents (splash->upper, &ink, &logical);
splash->upper_x = (splash->width - logical.width) / 2;
splash->upper_y = splash->height - 2 * (logical.height + 6);
splash->upper_y = splash->height - (2 * logical.height + 6);
if (area)
splash_rectangle_union (area, &ink, splash->upper_x, splash->upper_y);