Menu Items default to 12 pt on Mac

This commit is contained in:
Lea Anthony 2021-01-31 21:58:41 +11:00
commit ee82cd25b7
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -740,7 +740,7 @@ void processMenuItem(Menu *menu, id parentMenu, JsonNode *item) {
const char *image = getJSONString(item, "Image");
const char *fontName = getJSONString(item, "FontName");
const char *RGBA = getJSONString(item, "RGBA");
int fontSize = 0;
int fontSize = 12;
getJSONInt(item, "FontSize", &fontSize);
// If we have an accelerator