RE: help please - alignment issues
Tweak around with the
<Element Layout=FlowLayout(0,1,0,1) padding=Rect(0,0,0,2)>
above the bold area.
Usually, items get centered in horizontal direction by using Layout=FlowLayout(0,2,2,2). Vertical direction then should be:
Layout=VerticalFlowLayout(0,2,2,2)
|