LayoutFrame.st
changeset 468 bb4100d09a18
parent 426 45859f8a2044
child 498 a9f922ab2050
--- a/LayoutFrame.st	Fri Feb 28 22:57:25 1997 +0100
+++ b/LayoutFrame.st	Sat Mar 01 17:27:29 1997 +0100
@@ -311,7 +311,10 @@
 initialize
     leftOffset := rightOffset := bottomOffset := topOffset := 0.
     leftFraction := topFraction := 0.
-    bottomFraction := rightFraction := 1.
+    "/ bottomFraction := rightFraction := 1.
+    bottomFraction := rightFraction := 0.
+
+    "Modified: 1.3.1997 / 16:12:50 / cg"
 ! !
 
 !LayoutFrame methodsFor:'printing & storing'!
@@ -401,5 +404,5 @@
 !LayoutFrame class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.18 1997-02-14 00:50:01 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.19 1997-03-01 16:27:29 cg Exp $'
 ! !