delphirules
delphirules

Reputation: 7438

How to make Delphi form design follow Windows 11 font scale?

Currently my Windows 11 text scale is set to 200%, so i can use my screen max resolution (4k) without having to see tiny texts.

It works, my Delphi 11 applications are being scaled correctly, EXCEPT on Delphi form designer, that shows my forms too small like this (note the size difference from the non-visual components, to the visual ones).

Is there any setting to fix this ? I just want to see the visual components in form design, as they are shown when the app executes stand-alone in Windows.

enter image description here

Upvotes: 3

Views: 123

Answers (1)

delphirules
delphirules

Reputation: 7438

For who it could be useful, I could fix this by change this setting :

enter image description here

Upvotes: 4

Related Questions