just a little thing

 From:  Michael Gibson
2584.2 In reply to 2584.1 
Hi Neo, yup that's a UI bug, thanks for reporting it. I have got it fixed up now for the next beta release.

It looks like you have a customized UI there, you can fix up your current version by editing CommandBar.htm - change the <body> tag to be the following:

<body class="CommandBarBody" onload="OnUnitSystemChanged();">

That should tune it up.

The onload="" part is what was missing - without it that coordinate entry table was not getting expanded during initial load to its slightly wider size which is needed to make things fit well when there is a units designator present.

- Michael