Missed changing the GncItemEdit alignment for the first row

This commit is contained in:
Robert Fewell 2017-08-03 18:02:59 +01:00
parent 386309d8c8
commit 86613ace5f

View File

@ -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;
}