Jump to content

Bigger match formation widget


Jad123

Recommended Posts

I'm looking to make the in-match formation widget larger, since it is not possible to resize the widget like some of the others.

I had a go at doing this from "match full window.xml" but it didn't have any effect, so I assume it is set elsewhere too. Any help would be appreciated.

Link to post
Share on other sites

In the 'match full window' xml file locate this line:

<!-- Home Formation widget-->

<container class="match_floating_panel_base" width="200" height="310" id="hmtt" reduce_alpha="pwtc">

And try changing it to read;

<!-- Home Formation widget-->

<container class="match_floating_panel_base" width="200" height="310" id="hmtt" reduce_alpha="pwtc" file="match floating panel base resizeable">

<attachment kind="sizeable_attachment" maximum_height="600" maximum_width="400" minimum_height="200" minimum_width="260" />

That should hopefully make it resizable, and then change the max and min values to suit.

Then also add similar coding to the Away Formation widget code.

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