FileBrowser.st
changeset 5121 572990eefe2e
parent 5118 cd978748b456
child 5152 6c6716dd6642
--- a/FileBrowser.st	Thu Aug 28 13:18:00 2003 +0200
+++ b/FileBrowser.st	Thu Aug 28 13:23:03 2003 +0200
@@ -4413,6 +4413,7 @@
             bottomFraction:1 offset:0).
 
     modeView labelChannel:aTextView modeLabelHolder.
+    modeView font:(Font family:'helvetica' face:'medium' style:'roman' size:10 encoding:nil).
     modeView sizeFixed:true.
 
     lineNrView := Label in:commandView superView.
@@ -4426,6 +4427,7 @@
             bottomFraction:1 offset:0).
 
     lineNrView labelChannel:(TypeConverter onNumberValue:aTextView cursorLineHolder).
+    lineNrView font:(Font family:'helvetica' face:'medium' style:'roman' size:10 encoding:nil).
     lineNrView sizeFixed:true.
 
     colView := Label in:commandView superView.
@@ -4439,6 +4441,7 @@
             bottomFraction:1 offset:0).
 
     colView labelChannel:(TypeConverter onNumberValue:aTextView cursorColHolder).
+    colView font:(Font family:'helvetica' face:'medium' style:'roman' size:10 encoding:nil).
     colView sizeFixed:true.
 !
 
@@ -7849,5 +7852,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.542 2003-08-28 09:47:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.543 2003-08-28 11:23:03 cg Exp $'
 ! !