Comment #7 on issue 897 by Juraj.Ku...(a)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.
].
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings