class: LayoutFrame
authorClaus Gittinger <cg@exept.de>
Sat, 17 May 2014 17:13:44 +0200
changeset 3339 a2562a53f6ef
parent 3338 3205b8371f79
child 3340 96d5a7df1639
class: LayoutFrame changed: #rightFrame:
LayoutFrame.st
--- a/LayoutFrame.st	Sat May 17 17:07:05 2014 +0200
+++ b/LayoutFrame.st	Sat May 17 17:13:44 2014 +0200
@@ -270,8 +270,8 @@
     "create a new layoutFrame which makes the child take a fixed frame at the right"
 
     ^ self
-        leftFraction:0 offset:0
-        rightFraction:1 offset:pixels negated
+        leftFraction:1 offset:pixels negated
+        rightFraction:1 offset:0
         topFraction:0 offset:0 
         bottomFraction:1 offset:0
 !
@@ -625,10 +625,10 @@
 !LayoutFrame class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.41 2014-05-17 15:07:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.42 2014-05-17 15:13:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.41 2014-05-17 15:07:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.42 2014-05-17 15:13:44 cg Exp $'
 ! !