From b61aef834ef4fd06adeb8e6528fca4983ab9a66c Mon Sep 17 00:00:00 2001 From: Ray Chason Date: Sat, 22 Aug 2026 20:46:13 -0400 Subject: [PATCH] Set menu font to proportional --- win/X11/winX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/X11/winX.c b/win/X11/winX.c index 0f63a5761..4b370b6c1 100644 --- a/win/X11/winX.c +++ b/win/X11/winX.c @@ -1571,7 +1571,7 @@ static XtResource resources[] = { { nhStr("font_map"), nhStr("Font_map"), XtRString, sizeof(String), XtOffset(AppResources *, font_map), XtRString, nhStr("mono-10") }, { nhStr("font_menu"), nhStr("Font_menu"), XtRString, sizeof(String), - XtOffset(AppResources *, font_menu), XtRString, nhStr("mono-10") }, + XtOffset(AppResources *, font_menu), XtRString, nhStr("sans-10") }, { nhStr("font_message"), nhStr("Font_message"), XtRString, sizeof(String), XtOffset(AppResources *, font_message), XtRString, nhStr("sans-10") }, { nhStr("font_status"), nhStr("Font_status"), XtRString, sizeof(String),