mirror of https://github.com/GNOME/gimp.git
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:
parent
c127a0bdc4
commit
38f854e70a
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue