Skip to content

Commit

Permalink
Revert change to text vertical offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Aug 3, 2017
1 parent 66aa691 commit e0e1ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register/register-gnome/gnucash-sheet-private.c
Expand Up @@ -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);
Expand Down

0 comments on commit e0e1ccc

Please sign in to comment.