$OpenBSD: patch-Source_NSFont_m,v 1.2 2008/01/09 14:19:52 ajacoutot Exp $
--- Source/NSFont.m.orig	Thu Dec 27 17:28:44 2007
+++ Source/NSFont.m	Wed Jan  9 15:07:40 2008
@@ -164,13 +164,13 @@ keyForFont(NSString *name, const float *matrix, BOOL f
   <list>
     <item>NSBoldFontSize            (none)</item>
     <item>NSControlContentFontSize  (none)</item>
-    <item>NSFontSize                12 (System Font Size)</item>
+    <item>NSFontSize                9 (System Font Size)</item>
     <item>NSLabelFontSize           (none)</item>
     <item>NSMenuFontSize            (none)</item>
     <item>NSMiniFontSize            6</item>
     <item>NSMessageFontSize         (none)</item>
     <item>NSPaletteFontSize         (none)</item>
-    <item>NSSmallFontSize           9</item>
+    <item>NSSmallFontSize           8</item>
     <item>NSTitleBarFontSize        (none)</item>
     <item>NSToolTipsFontSize        (none)</item>
     <item>NSUserFixedPitchFontSize  (none)</item>
@@ -588,7 +588,7 @@ static void setNSFont(NSString *key, NSFont *font)
   
   if (fontSize == 0)
     {
-      fontSize = 9;
+      fontSize = 8;
     }
 
   return fontSize;
@@ -600,7 +600,7 @@ static void setNSFont(NSString *key, NSFont *font)
   
   if (fontSize == 0)
     {
-      fontSize = 12;
+      fontSize = 9;
     }
 
   return fontSize;
