Jump to content

Cut-out problem


fascinoso73

Recommended Posts

Hello, I have a problem with the cropped image of the player's face.

How to solve?i

The file that needs to be edited is "match post match panel.xml"

This panel was taken from the "Champions League skin" and I'm not sure if it was left untouched by the person who put it into your skin (or maybe you edited it).

The picture is not "cut-off" but the information below it is simply showing too high up.

Could be that it is caused by your resolution (the panel was made to work with HD resolutions 1920x1080)

The code that you need to adjust can be found in the panel and looks like below:

<!--result-->

<container class="subsection_box">

<layout class="arrange_vertical_attachment" alignment="top" offset="290"/>

<layout class="stick_to_sides_attachment" alignment="all" inset="10" layout_children="true"/>

<widget class="text" id="rest" multiline="true" alignment="centre_x,bottom" auto_size="vertical" size="12" style="bold" colour="gold"/>

</container>

<container class="tabbed_container" id="main" default_item="mStP" save_session_state="true">

<layout class="arrange_vertical_attachment" alignment="top" gap="0" offset="340"/>

<layout class="stick_to_sides_attachment" alignment="horizontal" inset="10" layout_children="true"/>

<widget class="match_stats_panel" id="mStP" file="match stats">

<translation id="title" translation_id="247412" type="use" value="Stats" />

</widget>

<container class="subsection_box" id="anlC">

<translation id="title" translation_id="328531" type="use" value="Match Info[COMMENT: title of panel on match analysis preview panel showing key men, odds, ref etc.]" />

<!-- This container will stick to the top and bottom of it's parent -->

<layout class="stick_to_sides_attachment" alignment="all" inset="8" layout_children="true" />

<widget class="table" id="anlT" layout="-2,-4" fixed_size_rows="false" auto_size_rows="true" mode="fill_rows, stripe_rows">

<list id="column_display_properties">

<record indx="0" left="4" top="2" bottom="3" right="2" sort_disabled="true" />

<record indx="1" right="4" top="2" bottom="3" left="2" sort_disabled="true" />

</list>

<list id="column_properties">

<record indx="0" colour="match text" />

<record indx="1" colour="match text" />

</list>

</widget>

</container>

<container class="subsection_box" id="mist">

<translation id="title" translation_id="308471" type="use" value="Milestones[COMMENT: title of match panel containing milestones]" />

<!-- This container will stick to the top and bottom of it's parent -->

<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />

<!--milestones-->

<!--milestones - uncomment this if you want the milestones to be shown-->

<widget class="match_preview_milestones_panel" id="mpmP">

<flags id="miti" value="1" />

</widget>

</container>

</container>

<!--man of the match profile-->

<container class="plain_box">

<layout class="arrange_vertical_attachment" alignment="top" offset="33"/>

<layout class="fit_children_attachment" alignment="vertical" offset="500"/>

<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>

<widget class="client_object_viewer_xml_panel" id="momb" file="player man of the match profile"/>

</container>

</container>

You have to increase the "offset" values so, for example the stadium info etc. will go lower in the screen, which will uncover the player picture more.

All values need to be adjusted because, obviously, the milestones (tabbed section) and match stats also need to be lowered in that case.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...