Re: Changing the header size of a NSTableView
Re: Changing the header size of a NSTableView
- Subject: Re: Changing the header size of a NSTableView
- From: Vince DeMarco <email@hidden>
- Date: Mon, 29 Oct 2001 09:41:09 -0800
On Sunday, October 28, 2001, at 10:57 am, Bruno Blondeau wrote:
I'd like to to change the height of the header of a NSTableView.
NSTableHeaderView doesn't seem to contain anything to help me, and
changing
manually the font size using InterfaceBuilder doesn't make the header
higher.
Any advice?
None, The NSTableHeaderView draws its header at a fixed size regardless of
the font. You should file a bug.
vince