# HG changeset patch # User Claus Gittinger # Date 1140038672 -3600 # Node ID 646225e1e5bffc0fd96df53560001ea35ec4d7fe # Parent d18588052adea44fd9897c63d385156716035f30 *** empty log message *** diff -r d18588052ade -r 646225e1e5bf 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