use new #initialHeight:
authordq
Wed, 11 Sep 1996 20:00:12 +0200
changeset 247 a974233a33c1
parent 246 dea18e6f07d2
child 248 d29ba9ab5185
use new #initialHeight:
ComboView.st
--- a/ComboView.st	Wed Sep 11 16:54:00 1996 +0200
+++ b/ComboView.st	Wed Sep 11 20:00:12 1996 +0200
@@ -181,7 +181,7 @@
     pullDownButton disable.
     pullDownButton pressAction:[self pullMenu].
 
-    self height:field preferredExtent y + ViewSpacing.
+    self initialHeight:field preferredExtent y + ViewSpacing.
 
     "
      |b|
@@ -297,5 +297,5 @@
 !ComboView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.7 1996-07-26 16:03:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.8 1996-09-11 18:00:12 dq Exp $'
 ! !