resize window (window spec)
authorca
Sat, 15 Aug 1998 15:34:47 +0200
changeset 955 f4f7d2ebd3ce
parent 954 fbf78ce8019c
child 956 dc4df8952e82
resize window (window spec)
MenuEditor.st
--- a/MenuEditor.st	Fri Aug 14 17:36:07 1998 +0200
+++ b/MenuEditor.st	Sat Aug 15 15:34:47 1998 +0200
@@ -1078,11 +1078,11 @@
           #window: 
            #(#WindowSpec
               #name: 'Menu Editor'
-              #layout: #(#LayoutFrame 106 0 544 0 663 0 923 0)
+              #layout: #(#LayoutFrame 53 0 403 0 609 0 810 0)
               #label: 'Menu Editor'
               #min: #(#Point 510 390)
               #max: #(#Point 1152 900)
-              #bounds: #(#Rectangle 106 544 664 924)
+              #bounds: #(#Rectangle 53 403 610 811)
               #menu: #menu
               #usePreferredExtent: false
           )
@@ -1149,8 +1149,6 @@
               )
           )
       )
-
-    "Modified: / 20.6.1998 / 15:41:41 / cg"
 ! !
 
 !MenuEditor class methodsFor:'menu specs'!