NewLauncher.st
changeset 6312 3000c0ec3358
parent 6309 d4e653170039
child 6328 6caa9964a568
--- a/NewLauncher.st	Tue May 31 20:14:25 2005 +0200
+++ b/NewLauncher.st	Tue May 31 23:23:21 2005 +0200
@@ -700,7 +700,7 @@
           label: 'Launcher'
           name: 'Launcher'
           min: (Point 374 44)
-          bounds: (Rectangle 13 23 304 225)
+          bounds: (Rectangle 0 0 291 202)
           menu: menu
           icon: windowIcon
         )
@@ -709,7 +709,7 @@
           collection: (
            (MenuPanelSpec
               name: 'menuToolbarView'
-              layout: (LayoutFrame 0 0.0 0 0 0 1.0 38 0)
+              layout: (LayoutFrame 0 0.0 0 0 0 1.0 40 0)
               menu: menuToolbar
             )
            (WorkspaceSpec
@@ -4043,5 +4043,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.327 2005-05-31 11:56:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.328 2005-05-31 21:23:21 cg Exp $'
 ! !