# HG changeset patch # User Claus Gittinger # Date 1213954767 -7200 # Node ID b63bf46bc18ae17f355d5b40f2ce27fb7e75fce1 # Parent 121c79884983b20a4d2307305a4aa75be85bba41 *** empty log message *** diff -r 121c79884983 -r b63bf46bc18a UILayoutTool.st --- a/UILayoutTool.st Fri Jun 20 11:39:20 2008 +0200 +++ b/UILayoutTool.st Fri Jun 20 11:39:27 2008 +0200 @@ -596,11 +596,9 @@ !UILayoutTool methodsFor:'aspects'! aspectFor:aKey - "returns aspect for a key or nil - " - ^ aspects at:aKey ifAbsent:[ super aspectFor:aKey ] - - + "returns the aspect for a aKey or nil" + + ^ aspects at:aKey ifAbsent:[ super aspectFor:aKey ] ! layoutCanvasHolder