<div dir="ltr"><div>Hi all.</div><div><br></div><div>Given this code ...</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">"self is a LayoutMorph newColumn instance"  </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="font-family:monospace">m := LabelMorph new :: contents: '0.0'.</span><br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">       m borderWidth: 3; borderColor: Color black.<br></font><font face="monospace">       m layoutSpec :: proportionalWidth: 1.0.<br></font><font face="monospace">   self addMorph: m.</font></blockquote><div><br></div><div>I would like the text inside m to be right-aligned.</div><div><br></div><img src="cid:ii_lf89g18x0" alt="Screenshot 2023-03-14 at 8.57.46 AM.png" width="336" height="354"><br><div><br></div><div>Am I correct in assuming that there is no other way to achieve this (text-alignment right) than to embed another LayoutMorph newRow instance inside of self, and then embed m (the LabelMorph instance) inside of that?</div><div><br></div></div>