开发者

Interface Builder: Dropping a button on content view results in small font size

I noticed an odd behavior in Interface Builder (Xcode 4):

Dropping a plain old Push Button directly on the content view of a window results in a small button with the font "System Mini 9".

When I drop the button on a custom view I get the expected "normal" button with the font "System 13". See screenshot.

Why is that and is there a way to always get the "normal" size even when placing the bu开发者_Go百科tton on the content view?

BTW: I tried changing the font size of the smaller button, the label changes, but the button height remains tiny.

Interface Builder: Dropping a button on content view results in small font size


The height is affected by the control size (which is an enum and not to be confused with the control’s frame size). Use the Size inspector (ruler icon) to change it to Regular. To do this programmatically set the controlSize property to NSRegularControlSize.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜