ImageEditor.st
changeset 1728 8247a19e2262
parent 1727 8c626d784494
child 1734 98ebea4111f9
--- 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'