That a bug :)

It should behave as you expect

I will have a look

Ben
On Aug 5, 2012, at 8:51 PM, Sean P. DeNigris wrote:

> SpecLayout composed
>       newRow: [ :spec1 | spec1
>               add: #debugModeSwitch ] height: 30;
>       newRow: [ :spec2 | spec2 
>               add: #jobListModel ] "origin: 0@0 corner: 1@1 offsetOrigin: 0@30
> offsetCorner: 0@0";
>       yourself.
> 
> If I uncomment the comment, it lays out okay. With that part commented out,
> the second row covers the whole window and blocks out the first. I was
> expecting that adding a row would begin where the previous left off (i.e.
> that the 30 offset would be implied). Could that be made the default?
> 
> 
> 
> --
> View this message in context: 
> http://forum.world.st/Spec-default-row-layout-tp4643245.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
> 


Reply via email to