Author: akv
Date: 2010-10-28 00:11:39 +0200 (Thu, 28 Oct 2010)
New Revision: 3595

Modified:
   trunk/src/rs-store.c
Log:
Moving thumbnails 4 pixels up - that's the max we can give it right now.

Modified: trunk/src/rs-store.c
===================================================================
--- trunk/src/rs-store.c        2010-10-27 22:02:56 UTC (rev 3594)
+++ trunk/src/rs-store.c        2010-10-27 22:11:39 UTC (rev 3595)
@@ -2584,7 +2584,7 @@
        else
                height_centering = 0;
 
-       cairo_draw_thumbnail(cr, thumbnail, bb_width/2*-1+12, 
bb_height/2*-1+12+height_centering, width, height, 0.0);
+       cairo_draw_thumbnail(cr, thumbnail, bb_width/2*-1+12, 
bb_height/2*-1+8+height_centering, width, height, 0.0);
        surface = cairo_surface_make_shadow(surface);
        cairo_destroy(cr);
        cr = cairo_create(surface);
@@ -2596,7 +2596,7 @@
        cairo_rotate(cr, random);
 #endif
 
-       cairo_draw_thumbnail(cr, thumbnail, bb_width/2*-1+4, 
bb_height/2*-1+4+height_centering, width, height, 0.0);
+       cairo_draw_thumbnail(cr, thumbnail, bb_width/2*-1+4, 
bb_height/2*-1+0+height_centering, width, height, 0.0);
 
        cairo_destroy(cr);
        GdkPixbuf *pixbuf = cairo_convert_to_pixbuf(surface);


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to