Jump to content

Changing match commentary font size


\'Appy \'Ammer
 Share

Recommended Posts

23 hours ago, \'Appy \'Ammer said:

I want to enlarge the commentary text in the bottom of the match screen. I managed to do it in FM17.

Here a screen example from FM17:

image.thumb.png.339cd6670e692a3fd942d9fe356f43b1.png

Can anyone tell me how to do it on FM19?

If your skin has "match commentary.xml" in the "panels\match" folder of the skin depending on how it is created it will show a section like below:

    <!-- commentary widget -->
    <widget class="label" id="cmnt" hidden="true">
      <layout class="stick_to_sides_attachment" alignment="all" inset="0,10,4,10" />

      <translation id="text" value="" />
      <integer id="size" value="20" />
      <flags id="algn" value="centre" />
      <colour id="colour" name="text" />
    </widget>

 

This coding is for my skin but when you change value "20" to a lower value it will decrease the size of the text in the commentary bar.

If your skin doesn't have the  "match commentary.xml" file in the folder you will have to use the resource archiver to extract the default one.

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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