From ee82cd25b74bcf5ceefd32dde6c81789b78b1169 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 31 Jan 2021 21:58:41 +1100 Subject: [PATCH] Menu Items default to 12 pt on Mac --- v2/internal/ffenestri/menu_darwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/internal/ffenestri/menu_darwin.c b/v2/internal/ffenestri/menu_darwin.c index 677391f03..f0bf299b6 100644 --- a/v2/internal/ffenestri/menu_darwin.c +++ b/v2/internal/ffenestri/menu_darwin.c @@ -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