mousseng / xitools

Some addons and plugins for FFXI (Ashita)
GNU General Public License v3.0
22 stars 6 forks source link

Issue on HorizonXI latest patch #24

Closed 130bb closed 5 months ago

130bb commented 5 months ago

The UI for tracking debuffs doesn't show the BLM ones now, looks cut off.

image

mousseng commented 5 months ago

this normally happens when you have a font larger than 14pt, and the default did change to 16pt (i think) some time ago. if you'd like to go back to 14pt, you can follow the instructions in the Ashita discord; or you might consider fiddling with the settings file to change the window width:

settings["tools"]["tgt"]["mainWindow"]["size"][1] = 276;
settings["tools"]["tgt"]["subWindow"]["size"][1] = 276;
settings["tools"]["tgt"]["totWindow"]["size"][1] = 276;

but realistically, i wouldn't expect an actual fix for this anytime soon.

130bb commented 5 months ago

this normally happens when you have a font larger than 14pt, and the default did change to 16pt (i think) some time ago. if you'd like to go back to 14pt, you can follow the instructions in the Ashita discord; or you might consider fiddling with the settings file to change the window width:

settings["tools"]["tgt"]["mainWindow"]["size"][1] = 276;
settings["tools"]["tgt"]["subWindow"]["size"][1] = 276;
settings["tools"]["tgt"]["totWindow"]["size"][1] = 276;

but realistically, i wouldn't expect an actual fix for this anytime soon.

Thanks for the quick response, I have adjusted the values to 320 and it is ok now!