EditField.st
changeset 832 4c4b0e34e964
parent 800 0d8a2d42398d
child 842 a27a1c6ddde0
--- a/EditField.st	Tue Sep 10 00:59:12 1996 +0200
+++ b/EditField.st	Wed Sep 11 20:01:21 1996 +0200
@@ -1563,7 +1563,7 @@
 
 initialize
     super initialize.
-    self height:(font height + font descent + (topMargin * 2)).
+    self initialHeight:(font height + font descent + (topMargin * 2)).
 
     enabled := true.
     fixedSize := true.
@@ -1752,5 +1752,5 @@
 !EditField  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.68 1996-07-19 19:12:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.69 1996-09-11 18:00:58 dq Exp $'
 ! !