UISpecificationTool.st
changeset 845 146b3f78afcb
parent 837 51876d557fed
child 847 15f688710007
--- a/UISpecificationTool.st	Wed May 20 04:15:03 1998 +0200
+++ b/UISpecificationTool.st	Thu May 21 00:59:18 1998 +0200
@@ -721,8 +721,16 @@
         scrolledView scrolledView:View new.
         frame realizeAllSubViews.
         frame sizeChanged:nil.
+
+        "/ we dont want any 3D effect for the scrolled view.
+        "/ must change the slaveViews level late, after realization.
+        "/ (scrolledView has its own idea, changing the level of
+        "/ the scrolled view.
+        scrolledView level:0.
     ].
     ^ scrolledView
+
+    "Modified: / 21.5.1998 / 00:59:05 / cg"
 !
 
 windowFrame