mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert change to text vertical offset
This commit is contained in:
parent
66aa691a98
commit
e0e1ccc1c4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user