The `BlGridLayoutBounds` class has the following method `size:` that confusingly receives a `Boolean` as argument: ``` size: min ^ (min not and: [ self canStretch ]) ifTrue: [ self class maxSize ] ifFalse: [ before + after ] ``` related to #802