ImageEditor.st
changeset 1774 cb9832e71cae
parent 1770 9000adb21f79
child 1776 0f340ebe25d4
equal deleted inserted replaced
1773:658685da5502 1774:cb9832e71cae
  2298                   label: 'White'
  2298                   label: 'White'
  2299                   translateLabel: true
  2299                   translateLabel: true
  2300                   choice: previewBackgroundColor
  2300                   choice: previewBackgroundColor
  2301                   choiceValue: white
  2301                   choiceValue: white
  2302                 )
  2302                 )
       
  2303                (MenuItem
       
  2304                   label: '-'
       
  2305                 )
       
  2306                (MenuItem
       
  2307                   label: 'Red'
       
  2308                   translateLabel: true
       
  2309                   choice: previewBackgroundColor
       
  2310                   choiceValue: red
       
  2311                 )
       
  2312                (MenuItem
       
  2313                   label: 'Green'
       
  2314                   translateLabel: true
       
  2315                   choice: previewBackgroundColor
       
  2316                   choiceValue: green
       
  2317                 )
       
  2318                (MenuItem
       
  2319                   label: 'Blue'
       
  2320                   translateLabel: true
       
  2321                   choice: previewBackgroundColor
       
  2322                   choiceValue: blue
       
  2323                 )
  2303                )
  2324                )
  2304               nil
  2325               nil
  2305               nil
  2326               nil
  2306             )
  2327             )
  2307           )
  2328           )