# HG changeset patch # User Claus Gittinger # Date 1491981844 -7200 # Node ID 4e18ffc367174871df1057f6675869ae5a1ce91e # Parent d75c80b8a5aba468c1c5e84526e81e8edf682c64 #UI_ENHANCEMENT by cg class: ImageEditor class changed: #floodFillToleranceSpec #windowSpec diff -r d75c80b8a5ab -r 4e18ffc36717 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'!