LayoutOrigin.st
changeset 242 5b7f59450c65
parent 229 612861ef768a
child 275 d500c08871ab
--- a/LayoutOrigin.st	Wed May 08 13:53:17 1996 +0200
+++ b/LayoutOrigin.st	Wed May 08 21:07:16 1996 +0200
@@ -319,7 +319,7 @@
     topFraction notNil ifTrue:[
         y := y + (superRectangle height * topFraction)
     ].
-    ^ Rectangle origin:x@y extent:prefRect extent
+    ^ Rectangle left:x top:y extent:prefRect extent
 
     "
      |superRect lO|
@@ -331,11 +331,11 @@
      lO rectangleRelativeTo:superRect preferred:(0@0 corner:30@30)
     "
 
-    "Modified: 27.4.1996 / 14:54:06 / cg"
+    "Modified: 8.5.1996 / 20:58:53 / cg"
 ! !
 
 !LayoutOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.12 1996-04-27 17:51:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.13 1996-05-08 19:07:11 cg Exp $'
 ! !