changed: #initialWindowSpecForApplications2
authorClaus Gittinger <cg@exept.de>
Mon, 16 Nov 2009 14:34:08 +0100
changeset 9261 5d817a638b5d
parent 9260 fb8408b3a94d
child 9262 792dbfa38baf
changed: #initialWindowSpecForApplications2
CodeGeneratorTool.st
--- a/CodeGeneratorTool.st	Sun Nov 15 23:24:52 2009 +0100
+++ b/CodeGeneratorTool.st	Mon Nov 16 14:34:08 2009 +0100
@@ -872,7 +872,7 @@
                  (LabelSpec
                     label: 'InfoLabel'
                     name: 'Label2'
-                    layout: (LayoutFrame 0 0 -23 1 -1 1 -1 1)
+                    layout: (LayoutFrame 0 0 -26 1 -1 1 0 1)
                     level: -1
                     translateLabel: true
                     labelChannel: infoLabelHolder
@@ -3161,9 +3161,9 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.80 2009-11-11 11:46:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.81 2009-11-16 13:34:08 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.80 2009-11-11 11:46:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.81 2009-11-16 13:34:08 cg Exp $'
 ! !