<div dir="ltr"><div>Currently, as far as I understand, it is not possible to set the background color of a <font face="monospace">LayoutMorph</font> that is inside a <font face="monospace">SystemWindow</font>. For example, evaluate the following in a Workspace:</div><div><br></div><div><font face="monospace">window := SystemWindow new.<br>column := window layoutMorph.<br>column color: Color pink.<br>column addMorph: (LabelMorph contents: 'foo').<br>column addMorph: (LabelMorph contents: 'bar').<br>window openInWorld.</font><br></div><div><br></div><div>The background color of <font face="monospace">column</font> will be white (or maybe transparent) despiteĀ the attempt to change it to pink.</div><div><br></div><div>The attached change set provides a way to opt-in to changing the colors of <font face="monospace">LayoutMorph</font>s inside a <font face="monospace">SystemWindow</font>. After creating a <font face="monospace">SystemWindow</font>, add this line:</div><div><br></div><div><font face="monospace">window canColorLayouts: true.<br></font></div><div><br></div><div>Now <font face="monospace">column</font> will have a background colorĀ of pink. Perhaps there is a better name than canColorLayouts:.</div><div><br></div><div>Credit to Mariano Montone for pointing me toward this solution!</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>