ImageEditor.st
changeset 2423 0c5ac1daf0e4
parent 2420 14678b9fea60
child 2424 12831cc181ba
--- a/ImageEditor.st	Mon Oct 20 16:43:47 2008 +0200
+++ b/ImageEditor.st	Sun Oct 26 21:05:43 2008 +0100
@@ -3811,9 +3811,7 @@
 preferredExtent
     "returns the preferred extent"
 
-    ^super preferredExtent max: (Screen current width//3)@(Screen current height//3.5)
-
-
+    ^ super preferredExtent max: (Screen current width//3)@(Screen current height//3.5)
 ! !
 
 !ImageEditor methodsFor:'selection'!