Ah, you need to make the layout at least as big as the window. Make the layout 640x480 and it works fine. When you make the layout smaller than the window the runtime tries to do "put a border around the layout because it's smaller" but this doesn't factor in zooming... hmmm... basically, it's broken if the layout is smaller than the window. :-\</p>