FontPanel.st
changeset 572 121735c2aff6
parent 571 ddc5d56bd636
child 585 8f395aba0173
--- a/FontPanel.st	Mon Apr 22 23:42:27 1996 +0200
+++ b/FontPanel.st	Tue Apr 23 00:20:42 1996 +0200
@@ -452,7 +452,11 @@
 !FontPanel methodsFor:'queries'!
 
 preferredExtent
+    "compute the boxes preferredExtent"
+
     ^ 400@350
+
+    "Modified: 23.4.1996 / 00:14:40 / cg"
 ! !
 
 !FontPanel methodsFor:'user interaction'!
@@ -552,5 +556,5 @@
 !FontPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.30 1996-04-22 21:42:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.31 1996-04-22 22:20:22 cg Exp $'
 ! !