mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change the position the register pop up so it aligns better
This commit is contained in:
parent
5de1c6d711
commit
1adbc54865
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user