Change the position the register pop up so it aligns better

This commit is contained in:
Robert Fewell 2020-05-27 14:43:26 +01:00
parent 5de1c6d711
commit 1adbc54865

View File

@ -1023,7 +1023,7 @@ gnc_item_edit_show_popup (GncItemEdit *item_edit)
// Adjust the popup_y point based on popping above or below
if (up_height > down_height)
popup_y = y - popup_h;
popup_y = y - popup_h - 1;
else
popup_y = y + h;