Re: NSComboBoxCell ugliness
Re: NSComboBoxCell ugliness
- Subject: Re: NSComboBoxCell ugliness
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 31 Oct 2003 13:01:45 +0100
One solution could be to change the Font of the Cell.
[myPrototypeCell setFont:[NSFont
fontWhichFitsWellWithRowSizeOfMyTableView]];
I did this for a NSPopupButtonCell.
On Friday, October 31, 2003, at 12:42 PM, Moray Taylor wrote:
Hi,
I am using an NSComboxBoxCell in an NSTableView, it works fine, but
when the menu pops up, the text is vertically cropped.
I am using setControlSize(NSCell.SmallControlSize) to make it a nice
size, the cell itself adopts this small size, as does the text within
it, but the attached menu doesn't seem to work with this size.
Is there a solution?
Thanks in advance
Moray
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.