You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a laptop running on Windows 10 20H2 that uses a rather high DPI settings (1920x1080 at 125% scaling).
I noticed that Release 1.1 added <add key="DpiAwareness" value="PerMonitorV2"/> to app.config, however it is missing <add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />, which should help it resize properly and not appear as blurry on screens like mine.
The text was updated successfully, but these errors were encountered:
I have a laptop running on Windows 10 20H2 that uses a rather high DPI settings (1920x1080 at 125% scaling).
I noticed that Release 1.1 added
<add key="DpiAwareness" value="PerMonitorV2"/>
to app.config, however it is missing<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
, which should help it resize properly and not appear as blurry on screens like mine.The text was updated successfully, but these errors were encountered: