Came to a consensus about combobox fonts on OS X.

This commit is contained in:
Pietro Gagliardi 2016-05-25 21:37:45 -04:00
parent cb98f4cc45
commit d7b537e9ed
1 changed files with 3 additions and 1 deletions

View File

@ -113,7 +113,9 @@ uiCombobox *uiNewCombobox(void)
[c->pb setPreferredEdge:NSMinYEdge];
pbcell = (NSPopUpButtonCell *) [c->pb cell];
[pbcell setArrowPosition:NSPopUpArrowAtBottom];
// TODO font
// the font defined by Interface Builder is Menu 13, which is lol
// just use the regular control size for consistency
uiDarwinSetControlFont(c->pb, NSRegularControlSize);
// NSPopUpButton doesn't work like a combobox
// - it automatically selects the first item