FontPanel.st
changeset 130 338e856bddc9
parent 128 06a050529335
child 131 208fa92f434d
--- a/FontPanel.st	Fri May 19 18:41:01 1995 +0200
+++ b/FontPanel.st	Tue Jun 06 06:16:07 1995 +0200
@@ -27,7 +27,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.10 1995-05-17 12:25:02 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.11 1995-06-06 04:13:32 claus Exp $
 "
 !
 
@@ -125,7 +125,7 @@
 
 !FontPanel methodsFor:'queries'!
 
-preferedExtent
+preferredExtent
     ^ 400@350
 ! !
 
@@ -159,7 +159,7 @@
 
     panel := View origin:0.0@0.0 corner:1.0@1.0
 		  in:self.
-    panel bottomInset:(buttonPanel preferedExtent y + (ViewSpacing*3)).
+    panel bottomInset:(buttonPanel preferredExtent y + (ViewSpacing*3)).
 
     label := 'Font dialog'.