Window positions differ in Pan X

In Pan6 I positioned a window in .Initialize, using

ZoomWindow 26,0,820,870,""

The window sits 3 pixels below the top position in Pan X, so I need to change the command to

ZoomWindow 23,0,820,870,""

Not a big deal - put it at the bottom of the list.

michael