TwoColumnTextView.st
changeset 3419 d6b3ec58fdb8
parent 2705 b04d2e89ddb8
child 3760 631c4295ab0f
--- a/TwoColumnTextView.st	Fri May 30 14:24:36 2008 +0200
+++ b/TwoColumnTextView.st	Fri May 30 14:24:51 2008 +0200
@@ -9,9 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-    "Created: 20.11.1995 / 13:21:17 / cg"
-
 "{ Package: 'stx:libwidg2' }"
 
 SyncedMultiColumnTextView subclass:#TwoColumnTextView
@@ -332,7 +329,7 @@
     buttonPrev extent:15@22.
     buttonNext extent:15@22.
     panel origin:0.0 @ 1.0 corner:(15 + SimpleView viewSpacing) @ 1.0.
-    panel topInset:(2 * (buttonPrev preferredExtent y)) negated.
+    panel topInset:(2 * (buttonPrev preferredHeight)) negated.
     panel level:1.
 
     "set actions"
@@ -353,5 +350,5 @@
 !TwoColumnTextView class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libwidg2/TwoColumnTextView.st,v 1.22 2004-05-11 14:58:34 cg Exp $'
+^ '$Header: /cvs/stx/stx/libwidg2/TwoColumnTextView.st,v 1.23 2008-05-30 12:24:51 cg Exp $'
 ! !