|
Originally Posted by Faoj
This is not really a problem, but rather just a matter of adjusting the text/display to fit within the window. The window itself is big enough.
For example, here is what I did, to the eq2ui_mainhud_persona.xml file:
Line 60 (health value): Change ScrollExtent and Size from 70,18 to 100,18
Line 62 (power value): Change ScrollExtent and Size from 70,18 to 100,18
Lines 65,67,69 (Attack,Mitigation,Avoidance label): Change Location from 126,xx to 200,xx
Lines 66,68,70 (Attack,MitigationAvoidance value): Change Location from 211,xx to 289,xx
Lines 73 (RunSpeed label): Change Location from 126,xx to 200,xx
Lines 74 (RunSpeed value): Change Location from 211,xx to 289,xx
Lines 77 (DPS label): Change Location from 126,xx to 200,xx
Lines 78 (DPS value): Change Location from 211,xx to 289,xx
And with those edits: No value wrap!
|