#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Wed, 12 Apr 2017 09:24:04 +0200
changeset 3440 4e18ffc36717
parent 3439 d75c80b8a5ab
child 3441 40faf7657f15
#UI_ENHANCEMENT by cg class: ImageEditor class changed: #floodFillToleranceSpec #windowSpec
ImageEditor.st
--- a/ImageEditor.st	Wed Apr 12 09:19:56 2017 +0200
+++ b/ImageEditor.st	Wed Apr 12 09:24:04 2017 +0200
@@ -2075,7 +2075,7 @@
           (LabelSpec
              label: 'Hue:'
              name: 'Label2'
-             layout: (LayoutFrame 51 0 38 0 127 0 60 0)
+             layout: (LayoutFrame 29 0 38 0 127 0 60 0)
              activeHelpKey: floodFillMaxError
              visibilityChannel: cropBoxIsNotDialog
              translateLabel: true
@@ -2095,7 +2095,7 @@
           (LabelSpec
              label: 'Light:'
              name: 'Label3'
-             layout: (LayoutFrame 51 0 64 0 127 0 86 0)
+             layout: (LayoutFrame 29 0 64 0 127 0 86 0)
              activeHelpKey: floodFillMaxError
              visibilityChannel: cropBoxIsNotDialog
              translateLabel: true
@@ -2425,7 +2425,7 @@
       (WindowSpec
          label: 'Image Editor'
          name: 'Image Editor'
-         min: (Point 400 320)
+         min: (Point 600 350)
          bounds: (Rectangle 0 0 632 446)
          menu: menu
          icon: defaultIcon
@@ -2676,6 +2676,8 @@
         
        )
      )
+
+    "Modified: / 12-04-2017 / 09:23:55 / cg"
 ! !
 
 !ImageEditor class methodsFor:'menu specs'!