diff -r 25e349c437d2 -r 1caf545614c5 ImageEditor.st --- a/ImageEditor.st Fri Jan 30 15:04:16 1998 +0100 +++ b/ImageEditor.st Fri Jan 30 15:05:54 1998 +0100 @@ -532,7 +532,7 @@ #'name:' 'infoBarSubSpec' #'layout:' #(#LayoutFrame 0 0.0 -22 1 0 1.0 0 1.0) #'majorKey:' #ToolApplicationModel - #'minorKey:' #windowSpecForInfoBar + #'minorKey:' #windowSpecForInfoBarWithClock ) ) ) @@ -1472,6 +1472,15 @@ ! ! +!ImageEditor methodsFor:'queries'! + +preferredExtent + + ^super preferredExtent max: (Screen current width//3)@(Screen current height//3.5) + + +! ! + !ImageEditor methodsFor:'selection'! magnification