diff -r 3aa94b58d2b0 -r e620986b4e2a ApplicationModel.st --- a/ApplicationModel.st Fri Mar 31 16:31:43 2017 +0200 +++ b/ApplicationModel.st Sun Apr 09 22:36:09 2017 +0200 @@ -3673,9 +3673,13 @@ !ApplicationModel methodsFor:'queries'! defaultWindowExtent + "returns my default winoow extent. + The code here asks for the last extent of an instance of this class" + ^ self class defaultExtentFor:self class "Created: / 11-07-2011 / 22:30:12 / cg" + "Modified (comment): / 09-04-2017 / 22:30:52 / cg" ! defaultWindowSpecName