well, I don't know about the size changes, but I do know how to add the nationality column.
Go to the FM2006\data\panels folder
open (backup first!) "team squad.xml"
scroll down to "<string id="name" value="Selection"/>"
you there see a list of stuff, like "<flags id="Ppkd"/> <!-- picked info -->" and "<flags id="Pfrm"/> <!-- player form -->"
now, add "
<flags id="Pnat"/> <!-- person nationality -->" to that list, to add a nationality column.
you could also replace the player status line with "<flags id="Pnfa"/> <!-- full player status/info -->" which will give you the full player status
Glad to finally help you once, after all the wonderful things you've done

:thup: