I've recently created a new skin, Aero, (Available
here)
I've had one problem ever since I started working on the skin, and haven't been able to sort it, and was wondering if anyone could help.
Image of the problem
As you can see, the team names look like they've been chopped off at the end, I've tried all sorts to fix it with no luck. The xml I'm using is as follows:
<pre class="ip-ubbcode-code-pre"><container id="text" height="80"> <layout class="arrange_horizontal_attachment" layout="25,-1"/> <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="20"/><!--Main Text Container--> <container height="50"><layout class="arrange_horizontal_attachment" alignment="left" gap="0" /><layout class="stick_to_sides_attachment" alignment="left" inset="75"/><layout class="stick_to_sides_attachment" alignment="top" inset="15"/><layout class="fit_children_attachment" alignment="horizontal,fill" offset="30" gap="0"/><layout class="arrange_vertical_attachment" alignment="top" offset="10" gap="0" inset="10"/><layout class="fit_children_attachment" alignment="vertical,fill" offset="40" gap="0"/><widget class="text" id="sect" standard_spec="title, large" auto_size="all" alignment="left" style="shadowed" multiline="false"><attachment class="get_global_attachment" get_property="titl" set_property="text"/><attachment class="get_global_attachment" get_property="fcol" set_property="colr"/></widget> </container><!--tita Container--><!-- Subtitle --><container height="20"><attachment class="test_global_attachment" get_property="subt" skip_if_null="false" set_property="hidn"/><layout class="arrange_horizontal_attachment" alignment="left" gap="0"/><layout class="stick_to_sides_attachment" alignment="left" inset="75"/><layout class="stick_to_sides_attachment" alignment="top" inset="60"/><layout class="fit_children_attachment" alignment="vertical,fill" offset="30" gap="0"/><widget class="nation_button" id="stfl" auto_size="all" icon_alignment="left,can_scale" dspf="4"><layout class="stick_to_sides_attachment" alignment="top" inset="1"/><attachment class="test_global_attachment" get_property="stfl" skip_if_null="false" set_property="hidn"/><attachment class="get_global_attachment" get_property="stfl" set_property="valu"/></widget><widget class="text" id="subs" standard_spec="text" auto_size="all" size="8" style="none" colour="white" multiline="false"><layout class="stick_to_sides_attachment" alignment="top" inset="0" /><attachment class="get_global_attachment" get_property="subt" set_property="text"/><attachment class="get_global_attachment" get_property="fcol" set_property="colr"/></widget></container><!--subtitle Container--></container><!--text Container--> </pre>
If anyone can help, that'd be great, as it's starting to drive me daft now.