MenuEditor.st
changeset 535 1caf545614c5
parent 532 de091386bbae
child 537 c39e2ceeaaea
--- a/MenuEditor.st	Fri Jan 30 15:04:16 1998 +0100
+++ b/MenuEditor.st	Fri Jan 30 15:05:54 1998 +0100
@@ -916,7 +916,7 @@
                     #'name:' 'infoBarSubSpec'
                     #'layout:' #(#LayoutFrame 0 0.0 -22 1 0 1.0 0 1.0)
                     #'majorKey:' #ToolApplicationModel
-                    #'minorKey:' #windowSpecForInfoBar
+                    #'minorKey:' #windowSpecForInfoBarWithClock
                 )
               )
           )
@@ -1635,6 +1635,13 @@
     "returns true in case of owner of the helptool"
 
     ^self masterApplication isNil
+!
+
+preferredExtent
+
+    ^super preferredExtent max: (Screen current width//3)@(Screen current height//2.5)
+
+
 ! !
 
 !MenuEditor methodsFor:'selection'!