checkin from browser
authorClaus Gittinger <cg@exept.de>
Sun, 26 May 1996 13:33:59 +0200
changeset 688 569fd4799c3c
parent 687 35d407badade
child 689 1f0e278ce283
checkin from browser
ListView.st
--- a/ListView.st	Sat May 25 17:02:21 1996 +0200
+++ b/ListView.st	Sun May 26 13:33:59 1996 +0200
@@ -2069,9 +2069,9 @@
 preferredExtentForLines:numLines cols:numCols
     ^ (((font widthOf:'x') * numCols + margin + margin) 
       @ 
-      (fontHeight * numLines + margin + margin + font descent)).
-
-    "Modified: 24.5.1996 / 17:16:36 / cg"
+      (fontHeight * numLines + margin + margin + font descent + lineSpacing + topMargin)).
+
+    "Modified: 26.5.1996 / 12:26:41 / cg"
 !
 
 widthOfContents
@@ -3232,5 +3232,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.90 1996-05-24 18:13:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.91 1996-05-26 11:33:59 cg Exp $'
 ! !