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.

有帮助吗?

解决方案

This works:

function resizeWindow() { window.resizeTo(500,300) }
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top