This commit is contained in:
seerge
2023-03-11 12:41:34 +01:00
parent 54a4668e2a
commit 9f339806d4
6 changed files with 99 additions and 55 deletions

View File

@@ -3,4 +3,8 @@
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
</System.Windows.Forms.ApplicationConfigurationSection>
</configuration>
</configuration>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
</appSettings>