Comment #4 on issue 577 by tudor.gi...(a)gmail.com: ChildrenShape does not
get centered
http://code.google.com/p/moose-technology/issues/detail?id=577
That is true. I pasted the wrong example. Here is the good one:
view shape form: [:builder |
builder column; pref; center;
row; fill;
row; fill.
builder x:1 y:1 add: (MORectangleShape new text: #asString; withoutBorder).
builder x:1 y:2 add: (MOChildrenShape new) ].
view nodes: #('label longer than the children' 'smal') forEach: [ :each |
view nodes: #(1 2 3 4) ].