changed #preferredExtent - formating
authorStefan Vogel <sv@exept.de>
Sun, 26 Oct 2008 21:05:43 +0100
changeset 2423 0c5ac1daf0e4
parent 2422 d85ddb9b2355
child 2424 12831cc181ba
changed #preferredExtent - formating
ImageEditor.st
--- 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'!