*** empty log message ***
authorca
Wed, 10 Mar 2004 17:29:06 +0100
changeset 5685 a853fa00f9f8
parent 5684 b40fc8afd13c
child 5686 9232c22350a5
*** empty log message ***
WorkspaceApplication.st
--- a/WorkspaceApplication.st	Wed Mar 10 16:39:27 2004 +0100
+++ b/WorkspaceApplication.st	Wed Mar 10 17:29:06 2004 +0100
@@ -640,7 +640,7 @@
             font := font onDevice:wsApp graphicsDevice ifAbsent:nil.
         ].
     ] ifFalse:[
-        font := Font family:'Arial Unicode MS' face:'medium' style:'roman' size:12 encoding:'ms-ansi'.
+        font := Font family:'Arial Unicode MS' face:'medium' style:'roman' size:10 encoding:'ms-ansi'.
         font := font onDevice:wsApp graphicsDevice ifAbsent:nil.
     ].
 
@@ -1317,5 +1317,5 @@
 !WorkspaceApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.76 2004-03-10 15:39:27 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.77 2004-03-10 16:29:06 ca Exp $'
 ! !