Revert change to text vertical offset

This commit is contained in:
Robert Fewell 2017-08-03 16:38:11 +01:00
parent 66aa691a98
commit e0e1ccc1c4

View File

@ -558,7 +558,7 @@ draw_cell (GnucashSheet *sheet,
cairo_move_to (cr, rect.x + x_offset, rect.y - 1); //FIXME Not sure about this change from + 1
cairo_move_to (cr, rect.x + x_offset, rect.y + 1);
pango_cairo_show_layout (cr, layout);
cairo_restore (cr);