<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><div>Executing lines below produces right aligned text field in Squeak 4.5, but does not Squeak v4.6 or any later version, I wander is this a bug? Anyone using right aligned input fields in Squeak?</div><div>regards, Vaidotas </div><div><br></div><div>builder:=MorphicToolBuilder new.</div><div>model:=ValueHolder new contents: 'sample text'.</div><div>spec:=builder pluggableInputFieldSpec new getText: #contents; setText: #contents:;  model: model.</div><div>widget:=builder build: spec.</div><div>widget textMorph rightFlush.</div><div>widget openInWorld.</div></div></div></div>