Jump to content

'Fatigue' column formatting issue when added to Squad screen.


FMStag
 Share

Recommended Posts

Does anyone know what I need to tweak in order to reduce the font size of Low / Increased / High etc and also to align the text more logically in the fields under the Fatigue column?

I don't know why it's a larger font than the other fields and why the text is aligned to the top of the field rather than vertically centred by default.

Thanks.

?c=1&o1=ro&url=https%3A%2F%2Fi.gyazo.com%2Fecc69b6fd5dc218b1f4ca0d9f4070faa.png

Link to post
Share on other sites

41 minutes ago, FMStag said:

Does anyone know what I need to tweak in order to reduce the font size of Low / Increased / High etc and also to align the text more logically in the fields under the Fatigue column?

I don't know why it's a larger font than the other fields and why the text is aligned to the top of the field rather than vertically centred by default.

Thanks.

 

Spoiler

?c=1&o1=ro&url=https%3A%2F%2Fi.gyazo.com%2Fecc69b6fd5dc218b1f4ca0d9f4070faa.png

 

player jadedness widget.xml and player injury risk filter panel.xml should be the files you need to edit for your issues

Link to post
Share on other sites

We can edit the font/size of the text in the player jadedness widget.xml but the alignment doesn't work, even if I use the same style of code as some other view items in the person properties.xml.

I'm probably doing something wrong :) the only thing I was able to align was the heading of the column.

image.png.ea005704701b346ed1920e0ce971c081.png

Link to post
Share on other sites

3 hours ago, keysi said:

We can edit the font/size of the text in the player jadedness widget.xml but the alignment doesn't work, even if I use the same style of code as some other view items in the person properties.xml.

I'm probably doing something wrong :) the only thing I was able to align was the heading of the column.

image.png.ea005704701b346ed1920e0ce971c081.png

Have you tried "centre_y" ? you probably have, but have to ask anyway

Link to post
Share on other sites

3 hours ago, keysi said:

yes, I tried everything including "centre_y"

If you inside the Jadedness file - replace this

Line 2 <attachment_group class="vertical_arrange_autosize"/>

with this

New line 2 <attachment_group class="vertical_arrange" vertical_alignment="middle" horizontal_inset="0" vertical_offset="0" vertical_gap="0" />

The value of the fatique will be on line with the playing time value

dd.PNG

Edited by snowofman
Link to post
Share on other sites

13 hours ago, snowofman said:

If you inside the Jadedness file - replace this

Line 2 <attachment_group class="vertical_arrange_autosize"/>

with this

New line 2 <attachment_group class="vertical_arrange" vertical_alignment="middle" horizontal_inset="0" vertical_offset="0" vertical_gap="0" />

The value of the fatique will be on line with the playing time value

dd.PNG

:applause: Thank you ;)

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