UIObjectView.st
changeset 208 d6107fdfe5ce
parent 194 2b05bd327785
child 225 a40d26ed5e74
--- a/UIObjectView.st	Thu Jul 03 12:47:00 1997 +0200
+++ b/UIObjectView.st	Fri Jul 04 19:00:33 1997 +0200
@@ -2316,7 +2316,7 @@
     tabs := TabulatorSpecification new.
     tabs unit:#cm.
     tabs positions:#(0 5).
-    tabs align:#(#left ##left).
+    tabs align:#(#left #left).
 
     list := history collect:[:aTrans||e|
         e := MultiColListEntry new.