Unable to set height of NSButton

cocoa, interface-builder, macos, nsbutton, objective-c

Solution

From NSButtonCell Class Reference

NSTexturedRoundedBezelStyle The height of this button is fixed.

You can use `NSTexturedSquareBezelStyle` Bezel Styles

Problem

I have some NSButtons of style Round Textured inserted into an NSToolbar. I have created some custom images for the buttons and would like to make them vertically bigger, however the height field for the button is greyed out. Anyone got any ideas why, and if there is a way around it? Thanks Gareth

Original source