Setting width/height for the help viewer

64 views Asked by At

How can I set custom width/height for the help viewer window for my my app?

I searched the Apple Docs for it but couldn't find anything.

1

There are 1 answers

0
eozzy On BEST ANSWER

This works:

function resizeWindow() { window.resizeTo(500,300) }