NSMenu in small PopUp buttons
NSMenu in small PopUp buttons
- Subject: NSMenu in small PopUp buttons
- From: Andre Lipinski <email@hidden>
- Date: Tue, 10 Jul 2001 03:07:08 -0400
Hello,
My app must use (as in there is no way I can this with any other available
control) a pop-up button with many sub-menus. Making this in Cocoa is fine
and easy, works beautifully. However, when used in a small pop up (in a
view or in a table's cell) the "root" menu is in small text and the
sub-menus are in the regular size. Is this a bug or a feature? I would be
more consistent, I think you will agree, to have the sub's as small text
too. Is there a simple way to do this at the root menu level? Do I have to
go though all items by hand and set the font to small system font (hope
not)?
Thank you,
Andri
p.s. Sorry this is a repost but under the proper subject this time!.