changed: #initialWindowSpecForApplications2
authorClaus Gittinger <cg@exept.de>
Wed, 28 Oct 2009 12:23:46 +0100
changeset 9100 885eaa429d6f
parent 9099 2729600bb93c
child 9101 d6b039e5916c
changed: #initialWindowSpecForApplications2
CodeGeneratorTool.st
--- a/CodeGeneratorTool.st	Wed Oct 28 12:10:27 2009 +0100
+++ b/CodeGeneratorTool.st	Wed Oct 28 12:23:46 2009 +0100
@@ -820,7 +820,7 @@
 
     ^ 
      #(FullSpec
-        name: 'initialWindowSpecForApplications2'
+        name: initialWindowSpecForApplications2
         window: 
        (WindowSpec
           label: '%1'
@@ -841,7 +841,7 @@
             )
            (ViewSpec
               name: 'Box1'
-              layout: (LayoutFrame 0 0 36 0 0 1 -25 1)
+              layout: (LayoutFrame 1 0 36 0 0 1 -26 1)
               level: 1
               component: 
              (SpecCollection
@@ -856,14 +856,25 @@
                
               )
             )
-           (LabelSpec
-              label: 'InfoLabel'
-              name: 'Label2'
-              layout: (LayoutFrame 1 0 -24 1 -1 1 -1 1)
-              level: -1
-              translateLabel: true
-              labelChannel: infoLabelHolder
-              adjust: left
+           (ViewSpec
+              name: 'Box2'
+              layout: (LayoutFrame 0 0 -26 1 0 1 0 1)
+              level: 1
+              component: 
+             (SpecCollection
+                collection: (
+                 (LabelSpec
+                    label: 'InfoLabel'
+                    name: 'Label2'
+                    layout: (LayoutFrame 0 0 -23 1 -1 1 -1 1)
+                    level: -1
+                    translateLabel: true
+                    labelChannel: infoLabelHolder
+                    adjust: left
+                  )
+                 )
+               
+              )
             )
            )
          
@@ -3118,9 +3129,9 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.74 2009-10-28 11:10:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.75 2009-10-28 11:23:46 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.74 2009-10-28 11:10:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.75 2009-10-28 11:23:46 cg Exp $'
 ! !