UIHelpTool.st
changeset 3542 96a0b064685f
parent 3537 6aacb49f2f25
child 3560 8e0d01180c6e
equal deleted inserted replaced
3541:23028559b7b2 3542:96a0b064685f
   655 
   655 
   656 infoLabelHolder
   656 infoLabelHolder
   657     "returns the info label as value holder"
   657     "returns the info label as value holder"
   658 
   658 
   659     masterApplication notNil ifTrue:[
   659     masterApplication notNil ifTrue:[
   660         builder aspectAt:#useAlienInfoLabelHolder put:true.
   660         builder aspectAt:#useAlienInfoLabel put:true.
   661         ^ masterApplication infoLabelHolder
   661         ^ masterApplication infoLabelHolder
   662     ].
   662     ].
   663     ^ super infoLabelHolder
   663     ^ super infoLabelHolder
   664 !
   664 !
   665 
   665 
  1006     ].
  1006     ].
  1007 !
  1007 !
  1008 
  1008 
  1009 commonPostBuild
  1009 commonPostBuild
  1010     "/ using masters infoHolder ?
  1010     "/ using masters infoHolder ?
  1011     self useAlienInfoLabelHolder ifTrue:[
  1011     self useAlienInfoLabel ifTrue:[
  1012         (builder componentAt:#mainPanel) layout bottomOffset:0.
  1012         (builder componentAt:#mainPanel) layout bottomOffset:0.
  1013         (builder componentAt:#infoBarSubSpec) beInvisible
  1013         (builder componentAt:#infoBarSubSpec) beInvisible
  1014     ]
  1014     ]
  1015 
  1015 
  1016     "Modified: / 20-02-2018 / 13:04:50 / stefan"
  1016     "Modified: / 20-02-2018 / 13:04:50 / stefan"