Open regan-sarwas opened 6 years ago
I understand that the resizing is annoying and slows down your productivity. I would like to find a solution to make it more stable. I have place a high priority on this issue.
Currently, I am deferring to the OS to determine the best sizing. There is a lot to juggle: screen size, resolution, orientation, anchor point, keyboard visibility, etc. I am afraid that setting constraints may produce better results in a specific set of conditions, but disastrous results in others. Granted that shouldn't stop me from trying.
In truth, I am using a third party forms library, and so it is possible that there are issues there, but I strongly suspect that they are deferring to the OS. I would really like to replace the forms library I am using with a newer/better library (see Issue #107), and that may improve things, or render any improvements I make in the short term mute.
From Bill Johnson: