--
You received this message because you are subscribed to the Google Groups "innosetup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/innosetup/73517488-7445-4251-9cab-af6a4bb1656bn%40googlegroups.com.




If Inno Setup is installed for the first time on a system where it was not previously present and the default editor settings are used then when DPI>100% the size of the main editor font becomes very large!
You can reproduce this if in the registry under the path "HKEY_CURRENT_USER\Software\Jordan Russell\Inno Setup\Options" delete the “EditorFontSize” parameter.
But we are talking about the font in the pop-up window. It is very small.
If Inno Setup is installed for the first time on a system where it was not previously present and the default editor settings are used then when DPI>100% the size of the main editor font becomes very large!You can reproduce this if in the registry under the path "HKEY_CURRENT_USER\Software\Jordan Russell\Inno Setup\Options" delete the “EditorFontSize” parameter.
Thanks. Even though the editor's font size is initialized to 10 points, it apparently was being scaled later by 150% to ~15 points (not by our code), and that size was kept when the EditorFontSize value was missing. I suspect this first started in IS 6.3, the first version to be built with Delphi 11. This should be fixed now in git (though I haven't tested it). I also changed the autocompletion list to use the same font as the editor (and calltips), so there should no longer be any size discrepancy. The custom font was just my attempt to make it look more like the (old) Delphi and VS IDEs. Now it's more consistent with VS Code. I have no idea why the autocompletion list font looks smaller in CHB's 150% screen shot than at 100% DPI, but hopefully that's fixed as well. -JR -- You received this message because you are subscribed to the Google Groups "innosetup" group. To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/innosetup/vncoeg%24v3a%241%40ciao.gmane.io.
To view this discussion visit https://groups.google.com/d/msgid/innosetup/05bc797c-0761-4c1d-9833-5a10363061e2n%40googlegroups.com.