<div dir="ltr">See the attached screenshot. Hard as I try, I haven't been able to figure out why the two red squares are different sizes. They are instances of a custom morph named PlaceholderMorph.<div><br></div><div>Here is the code I run in a Workspace to produce the screenshot:</div><div><br></div><div>model := Switch new.<br>b1 := (PluggableButtonMorph model: model action: #demo) label: 'X'.<br>b2 := (PluggableButtonMorph model: model action: #demo) label: 'X'.<br><br>col := LayoutMorph newColumn.<br><br>row := LayoutMorph newRow.<br>row color: Color white.<br>row addMorph: PlaceholderMorph new.<br>row addMorph: (LabelMorph new contents: 'Short').<br>row addMorph: b1.<br>col addMorph: row.<br><br>row := LayoutMorph newRow.<br>row color: Color white.<br>row addMorph: PlaceholderMorph new.<br>row addMorph: (LabelMorph new contents: 'Longer').<br>row addMorph: b2.<br>col addMorph: row.<br><br>col openInHand.</div><div><br></div><div>A fileOut of the very basic PlaceholderMorph class is also attached.</div><div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8000001907349px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div></div>