HUD modding help (info-card specifically)
I'm trying to re-work the HUD/display for 1920 resolution. I grabbed a UI mod (moo-foo's TransUI) and I'm fiddling around with it, to see how things work.
That said, my one major hangup is this:

How can I stretch the right side of that? I can move it around on the screen, etc, but can't make it bigger (wider).
The infocard.window file doesn't appear to have that in it...
TXT
fontDefault "InfoCardStandard"
fontEntityName "EntityName"
fontPlayerName "PlayerName"
fontPlayerRace "RaceName"
offsetFromBottomBarBottomRight [-300, -0] <---this is where I've got it set now (where the cap was taken), this was the easy part.
offsetFromTopCenterWhenFullScreenDialogOpen [570, 760] <----this was in moo-foo's mod, which makes the info card for the research window pop out to the right of the main window
categoryGapHeight 10
minWidth 380 <---this I've modified also, it makes the research pop-out window wider (to the right). Anything over 380 and it goes to the bottom right of the screen.
minWidthForMultiLineString 250
Where can I find the width of the lower-right infocard (the one with planet/ship data on mouse-overs)? Is it in another window file? I've looked in topbar, bottombar, nothing jumps out at me.
