mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 498252 - Correct the font-size used in context menus, r=josh
This commit is contained in:
parent
dcd3a72b43
commit
f5f9929b78
@ -128,7 +128,7 @@ nsSystemFontsMac::GetSystemFont(nsSystemFontID aID, nsString *aFontName,
|
||||
font = [NSFont systemFontOfSize:[NSFont smallSystemFontSize]];
|
||||
break;
|
||||
case eSystemFont_PullDownMenu:
|
||||
font = [NSFont menuFontOfSize:0.0];
|
||||
font = [NSFont menuBarFontOfSize:0.0];
|
||||
break;
|
||||
case eSystemFont_List:
|
||||
font = [NSFont systemFontOfSize:[NSFont smallSystemFontSize]];
|
||||
|
Loading…
Reference in New Issue
Block a user