mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Missed changing the GncItemEdit alignment for the first row
This commit is contained in:
parent
386309d8c8
commit
86613ace5f
@ -90,14 +90,6 @@ gnc_item_edit_get_pixel_coords (GncItemEdit *item_edit,
|
||||
*x = *x + 1;
|
||||
*w = *w - 1;
|
||||
}
|
||||
|
||||
// alter cell size of first row
|
||||
if (yd == 0)
|
||||
{
|
||||
*y = *y + 1;
|
||||
*h = *h - 1;
|
||||
}
|
||||
|
||||
*x += xd;
|
||||
*y += yd;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user