CodeGeneratorTool.st
changeset 9458 d901e3f57fb5
parent 9266 f56ba9ea3caa
child 9503 1410e8f28624
--- a/CodeGeneratorTool.st	Tue May 04 14:15:44 2010 +0200
+++ b/CodeGeneratorTool.st	Fri May 07 14:22:15 2010 +0200
@@ -470,7 +470,6 @@
           label: '%1'
           name: '%1'
           min: (Point 10 10)
-          max: (Point 1024 768)
           bounds: (Rectangle 0 0 300 300)
           menu: mainMenu
         )
@@ -487,6 +486,8 @@
          
         )
       )
+
+    "Modified: / 07-05-2010 / 14:21:48 / cg"
 !
 
 initialWindowSpecForDialogs
@@ -510,7 +511,6 @@
           label: '%1'
           name: '%1'
           min: (Point 10 10)
-          max: (Point 1024 768)
           bounds: (Rectangle 0 0 300 300)
         )
         component: 
@@ -552,6 +552,8 @@
          
         )
       )
+
+    "Modified: / 07-05-2010 / 14:21:55 / cg"
 !
 
 initialWindowSpecMethodSourceForApplications
@@ -3165,9 +3167,9 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.84 2009-11-17 11:33:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.85 2010-05-07 12:22:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.84 2009-11-17 11:33:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.85 2010-05-07 12:22:15 cg Exp $'
 ! !