Pergunta

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.

Foi útil?

Solução

This works:

function resizeWindow() { window.resizeTo(500,300) }
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top