开发者

Changing the size of a standard About panel

In my app I display a standard About window using the method or开发者_StackOverflow社区derFrontStandardAboutPanel:of NSApplication.

The panel thus presented has a size of 285x335 pixels. Is there a way to make it bigger?

Thank you.


You should probably read this article and this technote.

You'll want to pay attention to the custom NSView section in the technote because you can't just specify as size for the standard window. At the end of the day, probably the simplest thing is to just treat it like opening any other window and implement the behavior yourself.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜