Thomas Lassen 0 Posted June 13, 2022 I am in the process of updating from 10.3.2 to 11.1, I have run into a major problem that I have not been able to solve: Upon updating to the 11.1 my GUI is complete destroyed, fx font sizes and widths of all my labels have changed. The same problem applies to all the control on my main form. Other forms that are a part of the project seem to be unaffected. Has anyone experienced a similar problem? Share this post Link to post
PeterBelow 238 Posted June 13, 2022 2 hours ago, Thomas Lassen said: I am in the process of updating from 10.3.2 to 11.1, I have run into a major problem that I have not been able to solve: Upon updating to the 11.1 my GUI is complete destroyed, fx font sizes and widths of all my labels have changed. The same problem applies to all the control on my main form. Other forms that are a part of the project seem to be unaffected. Has anyone experienced a similar problem? See Tools -> Options -> User interface -> Form designer -> High DPI, the designer itself is now DPI aware and you may have to change the default setting if you design on a high DPI monitor. Share this post Link to post
Uwe Raabe 2057 Posted June 13, 2022 Can it be that you have ParentFont = True in your forms? Share this post Link to post