oops - there was an invisible view in the spec
authorClaus Gittinger <cg@exept.de>
Mon, 06 May 2002 08:28:58 +0200
changeset 3648 77e7128e230f
parent 3647 dae513f07a2e
child 3649 3d9a810c628a
oops - there was an invisible view in the spec
WorkspaceApplication.st
--- a/WorkspaceApplication.st	Mon May 06 08:05:46 2002 +0200
+++ b/WorkspaceApplication.st	Mon May 06 08:28:58 2002 +0200
@@ -44,21 +44,12 @@
           #name: 'Workspace'
           #min: #(#Point 10 10)
           #max: #(#Point 1024 768)
-          #bounds: #(#Rectangle 16 46 448 287)
+          #bounds: #(#Rectangle 177 150 609 391)
           #menu: #mainMenu
         )
         #component: 
        #(#SpecCollection
           #collection: #(
-           #(#ArbitraryComponentSpec
-              #name: 'WorkspaceView'
-              #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-              #hasHorizontalScrollBar: true
-              #hasVerticalScrollBar: true
-              #miniScrollerVertical: false
-              #hasBorder: false
-              #component: #Workspace
-            )
            #(#NoteBookViewSpec
               #name: 'NoteBook1'
               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
@@ -793,5 +784,5 @@
 !WorkspaceApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.27 2001-12-21 12:46:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.28 2002-05-06 06:28:58 cg Exp $'
 ! !