我正在尝试将带纹理的圆形按钮添加到NSToolbar
. 我使用 Interface Builder 添加NSButton
到允许的工具栏项和默认项。
我正在使用 Safari 风格的工具栏并window!.titleVisibility
设置为.hidden
.
Xcode 8 打印此错误消息:
NSToolbarItem (<NSToolbarItem: 0x100c24000>) had to adjust the size of
<NSButton: 0x100c36690> from {43, 25} to {45, 27} as the height is expected to be
27.000000. Make sure that this toolbar item view has a valid frame/min/max size.
这在以前的 OS X 版本中对我有用。
我尝试将最小和最大工具栏项高度设置为 27,但 Xcode 自动将最小值恢复为 25。