ProgressIndicator.st
changeset 74 637a256d52c8
parent 62 378b60ba1200
child 86 4d7dbb5f1719
--- a/ProgressIndicator.st	Sat Sep 09 04:32:00 1995 +0200
+++ b/ProgressIndicator.st	Tue Sep 12 12:50:48 1995 +0200
@@ -36,7 +36,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.2 1995-06-06 04:19:07 claus Exp $
+$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.3 1995-09-12 10:50:48 claus Exp $
 "
 !
 
@@ -356,7 +356,7 @@
 
     l := top addTextLabel:''.
     l borderWidth:0.
-    l layout:#left.
+    l adjust:#left.
     l cursor:(Cursor wait).
 
     top addVerticalSpace.