UILayoutTool.st
changeset 1625 4dc8b595e92f
parent 1581 d7afe06ebbae
child 1680 be9c3f67a19b
--- a/UILayoutTool.st	Sun Oct 13 14:15:43 2002 +0200
+++ b/UILayoutTool.st	Sun Oct 13 15:32:29 2002 +0200
@@ -466,16 +466,12 @@
           #name: 'UILayoutTool'
           #min: #(#Point 10 10)
           #max: #(#Point 1152 900)
-          #bounds: #(#Rectangle 12 22 312 322)
+          #bounds: #(#Rectangle 906 143 1248 442)
         )
         #component: 
        #(#SpecCollection
           #collection: #(
            #(#NoteBookViewSpec
-              #attributes: 
-             #(#tabable
-                true
-              )
               #name: 'NoteBook'
               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
               #activeHelpKey: #layoutTool
@@ -485,14 +481,15 @@
               #menu: #noteBookList
               #direction: #bottom
               #canvas: #layoutCanvasHolder
+              #tabTopMargin: 0
+              #tabBottomMargin: 0
               #keepCanvasAlive: true
+              #tabLevel: 0
             )
            )
          
         )
       )
-
-    "Modified: / 5.2.2000 / 15:37:02 / cg"
 ! !
 
 !UILayoutTool methodsFor:'accessing'!