Is there a way I can align my TextField so it’s next to my FacePic image? I’m accessing the style of the UIElement directly through code. So for example;
faceButt.style.[property] = [property];
I’m just unsure what code to use, and which elements to target. I.E. Do I access the Style of the FacePic and TextField, or do I effect the style of node.mainContainer?