Hello everyone,
I am upgrading my projects from Delphi 10.4 to Delphi 12, and I have noticed that all my forms with BorderStyle set to bsDialog have increased in width and height by 10 pixels. The problem is that some of these forms are configured at runtime using the Width and Height properties, so in Delphi 12, they appear smaller than expected.
Is there a way to prevent this, or any workaround to handle the issue?
Below are some screenshots of a form in Delphi 10.4 with BorderStyle set to bsDialog, compared to the same form opened in Delphi 12.