Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将一些圆形纹理样式的 NSButtons 插入到 NSToolbar 中。
我为按钮创建了一些自定义图像,并希望将它们垂直放大,但是按钮的高度字段是灰色的。
任何人都知道为什么,如果有办法解决它?
谢谢
加雷斯
来自 NSButtonCell 类参考
NSTexturedRoundedBezelStyle这个按钮的高度是固定的。
您可以使用NSTexturedSquareBezelStyle边框样式
NSTexturedSquareBezelStyle
您必须在最新版本的 XCode 中取消选中 Bordered