mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
11 lines
338 B
XML
11 lines
338 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<System.Windows.Forms.ApplicationConfigurationSection>
|
|
<add key="DpiAwareness" value="PerMonitorV2" />
|
|
</System.Windows.Forms.ApplicationConfigurationSection>
|
|
<appSettings>
|
|
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
|
|
</appSettings>
|
|
</configuration>
|
|
|