문제

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