# HG changeset patch # User Claus Gittinger # Date 1056979430 -7200 # Node ID 8247a19e2262e3c5ecd5aba520b5a6c7edaaa677 # Parent 8c626d7844941a441f40ab865f5087cdfa2ba453 checkin from browser diff -r 8c626d784494 -r 8247a19e2262 ImageEditor.st --- a/ImageEditor.st Sat Jun 21 12:00:18 2003 +0200 +++ b/ImageEditor.st Mon Jun 30 15:23:50 2003 +0200 @@ -911,7 +911,7 @@ #name: 'Crop Border(s)' #min: #(#Point 10 10) #max: #(#Point 800 478) - #bounds: #(#Rectangle 16 46 261 229) + #bounds: #(#Rectangle 16 52 261 235) ) #component: #(#SpecCollection @@ -939,6 +939,7 @@ #translateLabel: true #tabable: true #model: #gropLeftNow + #autoRepeat: true ) #(#LabelSpec #label: 'Right:' @@ -963,6 +964,7 @@ #translateLabel: true #tabable: true #model: #gropRightNow + #autoRepeat: true ) #(#LabelSpec #label: 'Top:' @@ -987,6 +989,7 @@ #translateLabel: true #tabable: true #model: #gropTopNow + #autoRepeat: true ) #(#LabelSpec #label: 'Bottom:' @@ -1011,6 +1014,7 @@ #translateLabel: true #tabable: true #model: #gropBottomNow + #autoRepeat: true ) #(#HorizontalPanelViewSpec #name: 'HorizontalPanel1'