diff -r 25e349c437d2 -r 1caf545614c5 MenuEditor.st --- 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'!