DSVLabelView.st
changeset 1114 5d3661d169f4
parent 1086 2b5746c733f6
child 1148 893a2a5a640f
--- a/DSVLabelView.st	Sun Sep 06 15:16:19 1998 +0200
+++ b/DSVLabelView.st	Sun Sep 06 15:20:59 1998 +0200
@@ -403,7 +403,7 @@
     |i x w|
 
     i := 1.
-    x := columnView margin - columnView xOriginOfContents.
+    x := columnView margin - columnView xOriginOfContents + 1.
     columnView has3Dseparators ifFalse:[ x := x + 1].
 
     columnView columnsDo:[:aCol|
@@ -657,5 +657,5 @@
 !DSVLabelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.18 1998-08-23 12:33:52 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.19 1998-09-06 13:20:59 ca Exp $'
 ! !