WebDialog Sheet controls are not on sheet when displayed

WebDialog Sheet controls are not on sheet when displayed.
It looks fine with plenty of room in the IDE. What can I do about this.
See image below, the white should be behind all controls.

Thanks,
Pat

You changed the size of the dialog, but the instance on the WebPage is still the original size. Get the dimensions from the Dialog class and enter them on the instance.

That did the trick.

Thanks,
Pat