MegaMek / mekhq

MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek.
http://megamek.org
131 stars 168 forks source link

White Space issues on Briefing Screen #4958

Open repligator opened 4 hours ago

repligator commented 4 hours ago

Prerequisites and Pre-Issue Checklist

Severity *

Low (Minor/Nuisance): Minor glitches or cosmetic issues that don’t affect gameplay and occur rarely.

Brief Description *

See attached screenshot. I've tried editing the strings without any success, so it looks like the issue is with the formatting. Also, note that this bug is not caused by https://github.com/MegaMek/mekhq/pull/4928 , as it predates it.

Screenshot_20241001_093427

Steps to Reproduce

No response

Operating System *

Windows 11

Java Version *

17

MekHQ Suite Version *

v0.50.0

Custom MekHQ Version

https://github.com/MegaMek/mekhq/pull/4928

Attach Files

No response

Final Checklist

IllianiCBT commented 4 hours ago

This will be caused by some xml weirdness resulting from the Mech->Mek changes. I think I caught all of them, when working on #4928 so closing this as resolved. Once that PR is merged, though, please keep an eye out for any you think I missed. We can re-open this report if necessary. :)

repligator commented 4 hours ago

The screenshot is actually from when I was testing #4928 early today.

IllianiCBT commented 4 hours ago

image

Re-opening