goran9999 - Comments

#472636 FM 2019 FLUT skin dark
goran9999
10 years ago
2 years ago
2
Hi

Go to the same xml and change the code
<layout class="arrange_vertical_attachment" alignment="top" layout="23, 23,3,23,3,23,60,3,18,3,-5" offset="0" gap="2"/>

by
<layout class="arrange_vertical_attachment" alignment="top" layout="3,23,3,23,60,3,18,3,-5" offset="0" gap="2"/>



good! :-)
#472152 FM 2019 FLUT skin dark
goran9999
10 years ago
2 years ago
2
you can delete that information deleting the following code in player additional attributes panel.xml

<container>
<layout class="fit_children_attachment" alignment="vertical" offset="0" />
<layout class="arrange_horizontal_attachment" layout="-3,-1,20" alignment="top,extend" offset="0" />
<layout class="centre_in_parent_attachment" alignment="vertical" inset="0" apply_to_children="true" />
<!-- Current Ability -->


<widget class="label" auto_size="vertical" alignment="left, can_scale" font="title" size="10" colour="accent">
<translation id="text" translation_id="251893" type="use" value="Current Ability[COMMENT: scout report panel box heading]" />
</widget>
<!-- <widget class="team_stars_label" lrge="true" id="CAic" auto_size="all" value="15" />-->



<widget class="attribute_label" alignment="centre" colour="white" style="semi_bold" use_attribute_colour_as_bg="true" size="13" appearance="boxes/custom/attributes/paper" height="23" >

<record id="object_property" get_property="Pcab"/>
<record id="widget_properties" alignment="centre,can_scale" />
</widget>

<container/>
</container>


<container>
<layout class="fit_children_attachment" alignment="vertical" offset="0" />
<layout class="arrange_horizontal_attachment" layout="-3,-1,20" alignment="top,extend" offset="0" />
<layout class="centre_in_parent_attachment" alignment="vertical" inset="0" apply_to_children="true" />
<!-- Potential Ability -->


<widget class="label" auto_size="vertical" size="10" alignment="left, can_scale" font="title" colour="accent">
<translation id="text" translation_id="251894" type="use" value="Potential Ability[COMMENT: scout report panel box heading]" />
</widget>
<!--<widget class="team_stars_label" lrge="true" id="PAic" auto_size="all" value="15" >-->




<widget class="attribute_label" alignment="centre" colour="white" style="semi_bold" use_attribute_colour_as_bg="true" size="13" appearance="boxes/custom/attributes/paper" height="23" >

<record id="object_property" get_property="Ppab"/>
<record id="widget_properties" alignment="centre,can_scale" />
</widget>

<container/>
</container>



Hi i deleted lines but now i dont see preferred moves :-)