Вопрос

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