UIPainter.st
changeset 3539 dc215e6be73a
parent 3538 54b79608c60d
child 3564 e4cff94154d2
equal deleted inserted replaced
3538:54b79608c60d 3539:dc215e6be73a
  4909     self autoAcceptOnSelectionChange value ifTrue:[
  4909     self autoAcceptOnSelectionChange value ifTrue:[
  4910         (builder componentAt:'acceptButton') label:(resources string:'Apply')
  4910         (builder componentAt:'acceptButton') label:(resources string:'Apply')
  4911     ].
  4911     ].
  4912 
  4912 
  4913     "/ using masters infoHolder ?
  4913     "/ using masters infoHolder ?
  4914     self useAlienInfoLabelHolder ifTrue:[
  4914     self useAlienInfoLabel ifTrue:[
  4915         (builder componentAt:#mainPanel) layout bottomOffset:0.
  4915         (builder componentAt:#mainPanel) layout bottomOffset:0.
  4916         (builder componentAt:#infoBarSubSpec) beInvisible
  4916         (builder componentAt:#infoBarSubSpec) beInvisible
  4917     ].
  4917     ].
  4918 
  4918 
  4919     self updateInfoLabel.
  4919     self updateInfoLabel.