*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2006 22:24:32 +0100
changeset 1997 646225e1e5bf
parent 1996 d18588052ade
child 1998 efd9be2585e3
*** empty log message ***
MenuEditor.st
--- a/MenuEditor.st	Wed Feb 15 22:21:29 2006 +0100
+++ b/MenuEditor.st	Wed Feb 15 22:24:32 2006 +0100
@@ -524,7 +524,7 @@
               showSeparatingLines: true
             )
            (VariableHorizontalPanelSpec
-              name: 'VariableHorizontalPanel'
+              name: 'horizontalPanel'
               layout: (LayoutFrame 0 0.0 34 0.0 0 1.0 -26 1.0)
               component: 
              (SpecCollection
@@ -593,7 +593,7 @@
               handles: (Any 0.300493 1.0)
             )
            (UISubSpecification
-              name: 'InfoBarSubSpec'
+              name: 'infoBarSubSpec'
               layout: (LayoutFrame 0 0.0 -24 1 0 1.0 0 1.0)
               majorKey: ToolApplicationModel
               minorKey: windowSpecForInfoBar
@@ -2153,9 +2153,11 @@
         (builder componentAt:'okButton') label:(resources string:'Apply')
     ].
 
-    self isStandAlone ifFalse:[
-        self halt.
-    ].
+    "/ using masters infoHolder ?
+    (builder aspectAt:#useAlienInfoLabelHolder) == true ifTrue:[
+        (builder componentAt:#horizontalPanel) layout bottomOffset:0.
+        (builder componentAt:#infoBarSubSpec) beInvisible
+    ]
 !
 
 initialize