質問

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