Greetings.
I have a window with a tabbed view in it, that for some time I had a certain height. More recently, I have added more items within the tabbed view, and have thus needed to increase its height.
Ever since I increased the height, however, whenever I close Xcode and reopen it (including over restarts), or even close the .xib it's in and reopen it, the window and tabbed view revert to their earlier size, thus necessitating both resizing them and fixing the positions and sizes of several of the controls within the tabbed view.
I have even committed the fixed .xib to the Git repository, and reverted the changes that are apparently being made automatically, but if each time I reopen the .xib, it still shrinks it, and if I try it while it's open, it doesn't even seem to take effect, as it keeps the smaller size.
Could this be due to something I accidentally asked Xcode to do before I made the size change?
Any assistance on getting this window to stay the size I put it would be most appreciated.
Timothy Collett