checkin from browser
authortz
Sat, 07 Feb 1998 16:54:44 +0100
changeset 617 463306131678
parent 616 9d9bccf8304c
child 618 2c9efaae88a6
checkin from browser
ImageEditor.st
--- a/ImageEditor.st	Sat Feb 07 15:03:52 1998 +0100
+++ b/ImageEditor.st	Sat Feb 07 16:54:44 1998 +0100
@@ -14,7 +14,7 @@
 	instanceVariableNames:'colorMapMode selectedColorIndex postOpenAction'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-Advanced-Tools'
+	category:'Interface-UIPainter'
 !
 
 !ImageEditor class methodsFor:'documentation'!
@@ -280,11 +280,11 @@
           #'window:' 
            #(#WindowSpec
               #'name:' 'Image Editor'
-              #'layout:' #(#LayoutFrame 69 0 265 0 568 0 610 0)
+              #'layout:' #(#LayoutFrame 26 0 344 0 363 0 640 0)
               #'label:' 'Image Editor'
-              #'min:' #(#Point 400 320)
+              #'min:' #(#Point 200 200)
               #'max:' #(#Point 1152 900)
-              #'bounds:' #(#Rectangle 69 265 569 611)
+              #'bounds:' #(#Rectangle 26 344 364 641)
               #'menu:' #menu
               #'usePreferredExtent:' false
           )
@@ -394,16 +394,20 @@
                                                     )
                                                      #(#DataSetColumnSpec
                                                         #'label:' 'Red'
+                                                        #'labelForegroundColor:' #(#Color 100.0 0.0 0.0)
+                                                        #'labelFont:' #(#FontDescription #clean #medium #roman 12)
                                                         #'model:' #rowRedByte
                                                         #'canSelect:' false
                                                     )
                                                      #(#DataSetColumnSpec
                                                         #'label:' 'Green'
+                                                        #'labelForegroundColor:' #(#Color 0.0 100.0 0.0)
                                                         #'model:' #rowGreenByte
                                                         #'canSelect:' false
                                                     )
                                                      #(#DataSetColumnSpec
                                                         #'label:' 'Blue'
+                                                        #'labelForegroundColor:' #(#Color 0.0 0.0 100.0)
                                                         #'model:' #rowBlueByte
                                                         #'canSelect:' false
                                                     )
@@ -467,7 +471,7 @@
                                                   #'activeHelpKey:' #inputFieldOfClass
                                                   #'model:' #valueOfResourceClass
                                                   #'immediateAccept:' false
-                                                  #'extent:' #(#Point 107 21)
+                                                  #'extent:' #(#Point 41 21)
                                               )
                                                #(#InputFieldSpec
                                                   #'name:' 'resourceSelectorInputField'
@@ -475,7 +479,7 @@
                                                   #'model:' #valueOfResourceSelector
                                                   #'immediateAccept:' false
                                                   #'acceptOnTab:' false
-                                                  #'extent:' #(#Point 107 20)
+                                                  #'extent:' #(#Point 41 20)
                                               )
                                                #(#InputFieldSpec
                                                   #'name:' 'fileNameInputField'
@@ -483,7 +487,7 @@
                                                   #'model:' #valueOfFileName
                                                   #'immediateAccept:' false
                                                   #'acceptOnTab:' false
-                                                  #'extent:' #(#Point 107 21)
+                                                  #'extent:' #(#Point 41 21)
                                               )
                                             )
                                         )