I'm trying to reduce the font size of the Header Cell in a NSOutlineView
(source-list view-based). The problem is that using IB doesn't work for me (both modifying the font for NSTextField
and NSTextFieldCell
).
The views are returned by outlineView:viewForTableColumn:item:
using makeViewWithIdentifier:owner:
Any ideas?