Comment #7 on issue 897 by Juraj.Ku...@gmail.com: Roassal line layout does not work when stretched http://code.google.com/p/moose-technology/issues/detail?id=897
I think it works. The reported example is wrong. It should be like this:
view shape rectangle height: 300. view node: #a forIt: [ view nodes: #(1 2 3). view horizontalLineLayout stretch. ].
Or even better:
view extensibleSizeWithPaddingGap: 0. view shape rectangle height: 300. view node: #a forIt: [ view nodes: #(1 2 3). view horizontalLineLayout stretch gapSize: 0. ].