DataSetBuilder.st
changeset 3540 1fb95ce50ce4
parent 3534 39c8a672a8ab
child 3565 16978aaed2f6
equal deleted inserted replaced
3539:dc215e6be73a 3540:1fb95ce50ce4
  4357         selectConditionBlock: [:i|self askForItemModification];
  4357         selectConditionBlock: [:i|self askForItemModification];
  4358         action: [:i|self cancel];
  4358         action: [:i|self cancel];
  4359         selection: 1.
  4359         selection: 1.
  4360 
  4360 
  4361     "/ using masters infoHolder ?
  4361     "/ using masters infoHolder ?
  4362     self useAlienInfoLabelHolder ifTrue:[
  4362     self useAlienInfoLabel ifTrue:[
  4363         (builder componentAt:#mainPanel) layout bottomOffset:0.
  4363         (builder componentAt:#mainPanel) layout bottomOffset:0.
  4364         (builder componentAt:#infoBarSubSpec) beInvisible
  4364         (builder componentAt:#infoBarSubSpec) beInvisible
  4365     ]
  4365     ]
  4366 
  4366 
  4367     "Modified: / 20-02-2018 / 13:05:37 / stefan"
  4367     "Modified: / 20-02-2018 / 13:05:37 / stefan"