Jump to content

Change text size of tactic page


k3nz00

Recommended Posts

The easiest way is to increase the text size from the preferences menu though this will affect all parts of the game.

Changing the text size for just that screen isn't that simple the main file you'll need to edit is the 'team squad tactics panel' xml file found in the panels/team folder (if not present for your skin you'll need to extract the default file).

In that file locate the various bits of code that look like this:

<record id="PpsC" auto_hide_priority="10"/>

And add a size="XXX" bit to the end of the line so it looks like:

<record id="PpsC" auto_hide_priority="10" size="XXX"/>

Replacing XXX with the size of the text you want to use, also if the line starts off with flags you'll need to change it to record and if the line has a width command you might need to increase the width depending on what size you are settings.

You'll need to do this for each view and column you want resizing, you also won't be able to use the custom view options if you have customized the views you'll instead have to use the old method of altering the default views (or adding your custom views) to this file.

Also depending on the size you set you might need to increase the row height value found on this line:

<widget class="tactic_player_list_table" column_spacing="0" id="pltb" customisation_context="play" database_table_type="1" view_setting_name="stored_tactics_view" mode="fill_rows, select_rows, select_multiple, printable, store_sort_state, drag_rows, drop_on_rows, show_insert_column_popup" column_mode="resize_columns, move_columns, custom_views" row_spacing="2" popup_menu_class="popup_button_table_header" row_height="38">

Finally that might not work for all items as some might be controlled elsewhere in that case you'll need to go hunting for what file controls that and unfortunately that can be anywhere and if you find the file that means it will also likely adjust the text size of that item on other screens as well.

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