Jump to content

[FM20] How can i change to lower case?


ucdark
 Share

Recommended Posts

title.fontxml in your skin's font folder.

Comment the line:

<string id="capitalisation" value="upper case" />

by doing this:

<!--<string id="capitalisation" value="upper case" />-->

This will disable capitalisation on all titles.

Example from my game:

x3Dh3sz.png

If you only want to change the capitalisation on the titlebar, then you need to edit the file: title search panel.xml within the generic folder of your skin
Remove font="title" from the line:

!-- title area -->
				<widget class="text" id="sect" font="title" alignment="left,bottom" size="13" style="semi_bold" multiline="false" auto_size="vertical" wants_mouse_events="false" dont_give_default_focus="true" colour="secondary">

XPTgMF1.png

Edited by Rivanov
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...