NewLauncher.st
changeset 3156 9021310b52f0
parent 3139 0d24a253d4f6
child 3158 70963eea944a
--- a/NewLauncher.st	Wed Sep 12 15:16:15 2001 +0200
+++ b/NewLauncher.st	Wed Sep 12 17:43:52 2001 +0200
@@ -689,50 +689,45 @@
 
     <resource: #canvas>
 
-    ^
-     
-       #(#FullSpec
-          #window: 
-           #(#WindowSpec
-              #name: 'Launcher'
-              #layout: #(#LayoutFrame 407 0 353 0 697 0 554 0)
-              #label: 'Launcher'
-              #min: #(#Point 374 44)
-              #max: #(#Point 1152 900)
-              #bounds: #(#Rectangle 407 353 698 555)
-              #menu: #menu
-              #usePreferredExtent: false
-              #icon: #windowIcon
-          )
-          #component: 
-           #(#SpecCollection
-              #collection: 
-               #(
-                 #(#MenuPanelSpec
-                    #name: 'menuToolbarView'
-                    #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 38 0)
-                    #menu: #menuToolbar
-                    #style: #(#FontDescription #helvetica #medium #roman 10)
-                )
-                 #(#WorkspaceSpec
-                    #name: 'transcriptView'
-                    #layout: #(#LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
-                    #hasHorizontalScrollBar: true
-                    #hasVerticalScrollBar: true
-                    #miniScrollerHorizontal: true
-                )
-                 #(#UISubSpecification
-                    #name: 'infoBarSubSpec'
-                    #layout: #(#LayoutFrame 0 0.0 -24 1 0 1.0 0 1.0)
-                    #majorKey: #ToolApplicationModel
-                    #minorKey: #windowSpecForInfoBarWithClock
-                )
-              )
-          )
+    ^ 
+     #(#FullSpec
+        #name: #windowSpec
+        #window: 
+       #(#WindowSpec
+          #label: 'Launcher'
+          #name: 'Launcher'
+          #min: #(#Point 374 44)
+          #max: #(#Point 1152 900)
+          #bounds: #(#Rectangle 16 46 307 248)
+          #menu: #menu
+          #icon: #windowIcon
+        )
+        #component: 
+       #(#SpecCollection
+          #collection: #(
+           #(#MenuPanelSpec
+              #name: 'menuToolbarView'
+              #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 38 0)
+              #menu: #menuToolbar
+              #style: #(#FontDescription #helvetica #medium #roman 10)
+            )
+           #(#WorkspaceSpec
+              #name: 'transcriptView'
+              #layout: #(#LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
+              #hasHorizontalScrollBar: true
+              #hasVerticalScrollBar: true
+              #miniScrollerHorizontal: true
+            )
+           #(#UISubSpecification
+              #name: 'infoBarSubSpec'
+              #layout: #(#LayoutFrame 2 0.0 -26 1 -2 1.0 -2 1.0)
+              #majorKey: #ToolApplicationModel
+              #minorKey: #windowSpecForInfoBarWithClock
+            )
+           )
+         
+        )
       )
-
-    "Modified: / 10.9.1998 / 22:00:11 / cg"
-    "Modified: / 29.1.1999 / 14:55:37 / stefan"
 !
 
 windowSpec_pda
@@ -4015,5 +4010,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.224 2001-09-10 14:14:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.225 2001-09-12 15:43:52 cg Exp $'
 ! !