From 05159a0c6a27a030c8497c5cf836977090f9e75d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 26 Feb 2005 23:04:13 +0000 Subject: updated for version 7.0052 --- src/gui_mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui_mac.c') diff --git a/src/gui_mac.c b/src/gui_mac.c index b43aec0e5c..bbf329dfda 100644 --- a/src/gui_mac.c +++ b/src/gui_mac.c @@ -3808,7 +3808,7 @@ gui_mch_init_font(font_name, fontset) { /* TODO: Add support for bold italic underline proportional etc... */ Str255 suggestedFont = "\pMonaco"; - int suggestedSize = 9; + int suggestedSize = 10; FontInfo font_info; short font_id; GuiFont font; -- cgit v1.2.3