STXInstaller.st
changeset 10 c9574685e157
parent 9 9f31213107b8
child 11 9bc23682b68c
equal deleted inserted replaced
9:9f31213107b8 10:c9574685e157
   407     (d addTextLabel:('optional:'))
   407     (d addTextLabel:('optional:'))
   408         adjust:#left; foregroundColor:Color white backgroundColor:dark.
   408         adjust:#left; foregroundColor:Color white backgroundColor:dark.
   409 
   409 
   410     (d addCheckBox:('doc files (+8 Mb)') on:installDocHolder)
   410     (d addCheckBox:('doc files (+8 Mb)') on:installDocHolder)
   411         labelView foregroundColor:Color white backgroundColor:dark.
   411         labelView foregroundColor:Color white backgroundColor:dark.
       
   412     (d addCheckBox:('stc & support files (+2 Mb)') on:installSTCHolder)
       
   413         labelView foregroundColor:Color white backgroundColor:dark.
       
   414 
       
   415     d addVerticalSpace.
       
   416     d addHorizontalLine.
       
   417     d addVerticalSpace.
       
   418 
       
   419     (d addTextLabel:('optional (but highly recommended):'))
       
   420         adjust:#left; foregroundColor:Color white backgroundColor:dark.
       
   421 
   412     (d addCheckBox:('smalltalk source files (+12 Mb)') on:installSourceHolder)
   422     (d addCheckBox:('smalltalk source files (+12 Mb)') on:installSourceHolder)
   413         labelView foregroundColor:Color white backgroundColor:dark.
   423         labelView foregroundColor:Color white backgroundColor:dark.
   414     (d addCheckBox:('goodies (+0.5 Mb)') on:installGoodiesHolder)
   424     (d addCheckBox:('goodies (+0.5 Mb)') on:installGoodiesHolder)
   415         labelView foregroundColor:Color white backgroundColor:dark.
       
   416     (d addCheckBox:('stc & support files (+2 Mb)') on:installSTCHolder)
       
   417         labelView foregroundColor:Color white backgroundColor:dark.
   425         labelView foregroundColor:Color white backgroundColor:dark.
   418 
   426 
   419     d addVerticalSpace.
   427     d addVerticalSpace.
   420     d addHorizontalLine.
   428     d addHorizontalLine.
   421 
   429