Jump to content

whats this panel called?


sirwill

Recommended Posts

  • 1 month later...
  • 3 weeks later...

The screen is controlled by the 'manager home' xml file with the red sub-panel being controlled by the 'manager upcoming fixture' xml file. For FMC skins the default files can be found in the \skins\fmc\panels folder extracted from the skins.fmf file. Instructions on how to locate and extract the default xml files can be found here

Link to post
Share on other sites

That bit is controlled by the 'team next match opponent' xml file, though the entire screen is controlled by the 'tactics overview panel match' xml file (or the 'tactics overview panel' xml file if you are outside a match) with both files located in the panels folder, which file you need to edit depends on what you are wanting to change. If you don't know how to locate the default files then instructions are in the link in my above post.

Link to post
Share on other sites

If you want to increase the size of the box it's the 'tactics overview panel match' xml file you need to edit, locate this line near the bottom:

<widget class="team_next_match_opponent_panel" id="oppo" minimum_height="180" priority="2" />

and either increase the minimum height value or a add a default_height value like so (so it will take up more room when it can, but still appear if you reduce your resolution):

<widget class="team_next_match_opponent_panel" id="oppo" minimum_height="180" default_height="XXX" priority="2" />

Just repace the XXX with an actual number greater than 180, bigger the number the bigger the box.

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...