I just opened an app in the studio to find the main screen height set to 23 pixels. This has obviously stuffed everything up on the screen:

I'm the only developer of this app and I know I didn't do this. Furthermore, I can restore right back from before the published version (which is fine) and the same issue exists, right back as far as I can restore. The last restore point within the 6 months deadline is about a month, and 4 versions prior to the published version.
The published version is OK, so how is it that versions prior to that are broken?
There are two screens in the app and the other screen is fine, it's only this start screen affected.
Of course I can manually reset the screen height to Max(App.Height, App.DesignHeight) but the damage is done: The controls are all over the place.
How can this happen and what can I do about it besides manually relocating and resizing all the displaced controls? It will be a very big job to do that.