High DPI settings now supported

This commit is contained in:
Jasper "JappaWakka" Speelman 2022-07-08 14:08:39 +02:00
parent 0a75b36d15
commit c5430db305
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
</System.Windows.Forms.ApplicationConfigurationSection>
<system.diagnostics> <system.diagnostics>
<sources> <sources>
<!-- This section defines the logging configuration for My.Application.Log --> <!-- This section defines the logging configuration for My.Application.Log -->