saint Devill
6 years ago
1 hour ago
5

Hi 

Total novice here..

Im doing some minor editing to custom skin

I would like to move or realign the shirt/number below the player picture (see attached picture)

found the code related to this (I think) under Player personal detail panel

                <!-- CONTAINER HOLDING KIT AND PLAER PIC -->
                <container width="170">
                    <attachment_group class="horizontal_arrange" horizontal_gap="-125"/>

                    <container width="70">
                        <layout class="stick_to_sides_attachment" apply_to_children="true"/>

                        <widget id="cKit" class="kit_icon" width="1" image_alignment="centre" scale_picture="true" kit_path="zoomed/large" kit_number_path="large" >
                            <record id="object_property" get_property="Pers" set_property="objt"/>
                        </widget>

I managed to make other adjustments through trial and error.. But the shirt/number does not seem to have anything in relation to its alignment within that container.. or maybe I'm unable to identify it

You'll need to Login to comment