How do you get a Window to open exactly on top of another? Not that I want to but getting this consistent is the basis for positioning a new Window correctly.
window2.top = window1.top
Mac - it appears slightly lower, Linux it appears slightly higher.
It didn’t make any difference unfortunately.
Could it be that Window1.top is calculated from the top of the display and Window2.top is calculated from the the top of Window1.