NewLauncher.st
changeset 11469 36372142dd0c
parent 11464 f01fc1e7f6a9
child 11470 a4117e5c784b
--- a/NewLauncher.st	Mon Mar 26 11:54:15 2012 +0200
+++ b/NewLauncher.st	Mon Mar 26 16:14:02 2012 +0200
@@ -881,13 +881,24 @@
               layout: (LayoutFrame 0 0.0 0 0 0 1.0 40 0)
               menu: menuToolbar
             )
-           (WorkspaceSpec
-              name: 'transcriptView'
+           (ViewSpec
+              name: 'Box1'
               layout: (LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
-              hasHorizontalScrollBar: true
-              hasVerticalScrollBar: true
-              miniScrollerHorizontal: true
-              hasKeyboardFocusInitially: false
+              level: 1
+              component: 
+             (SpecCollection
+                collection: (
+                 (WorkspaceSpec
+                    name: 'transcriptView'
+                    layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+                    hasHorizontalScrollBar: true
+                    hasVerticalScrollBar: true
+                    miniScrollerHorizontal: true
+                    hasKeyboardFocusInitially: false
+                  )
+                 )
+               
+              )
             )
            (UISubSpecification
               name: 'infoBarSubSpec'
@@ -4881,11 +4892,11 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.426 2012-03-24 19:06:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.427 2012-03-26 14:14:02 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.426 2012-03-24 19:06:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.427 2012-03-26 14:14:02 cg Exp $'
 !
 
 version_SVN