ImageEditor.st
changeset 1774 cb9832e71cae
parent 1770 9000adb21f79
child 1776 0f340ebe25d4
--- a/ImageEditor.st	Thu Dec 04 12:51:23 2003 +0100
+++ b/ImageEditor.st	Thu Dec 04 17:54:45 2003 +0100
@@ -2300,6 +2300,27 @@
                   choice: previewBackgroundColor
                   choiceValue: white
                 )
+               (MenuItem
+                  label: '-'
+                )
+               (MenuItem
+                  label: 'Red'
+                  translateLabel: true
+                  choice: previewBackgroundColor
+                  choiceValue: red
+                )
+               (MenuItem
+                  label: 'Green'
+                  translateLabel: true
+                  choice: previewBackgroundColor
+                  choiceValue: green
+                )
+               (MenuItem
+                  label: 'Blue'
+                  translateLabel: true
+                  choice: previewBackgroundColor
+                  choiceValue: blue
+                )
                )
               nil
               nil