ABANDONED TASK: Bug in annotation window size saving
On reflection, I don't think this is a big deal, so I'm changing it to abandoned. It's curious, but no show-stopper, and we're busy right now.
The annotation window seems to restart at a height of 613px, even if it was closed at a smaller height, and the state storage XML file shows the correct height. Perhaps it's set to a minimum somewhere, or perhaps the height isn't being reloaded correctly. Check this out.
Update: did a little more debugging on this, and the program is correctly reading the window height from the file, and attempting to set it; the result seems to be that if the height is greater than 613, it defaults to 613. There must be something which is forcing a minimum height of 613 on this window, but it's not in my code; there are no constraints in the DFM, and although there are min height constraints on some of the form components, they don't seem to add up to anything like 613...