*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 04 Jul 1997 19:00:33 +0200
changeset 208 d6107fdfe5ce
parent 207 a31cc933368a
child 209 b2fa6f8d4808
*** empty log message ***
UIObjectView.st
--- 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.