ImageEditor.st
changeset 535 1caf545614c5
parent 519 085cf69fcd6c
child 544 8fa6ee20c3cd
--- 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