Disable DpiAwareness

This commit is contained in:
jmalek
2018-09-03 10:43:22 +02:00
parent b70b2a0d9e
commit 6648f7b867
+1 -1
View File
@@ -6,7 +6,7 @@
</sectionGroup>
</configSections>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2"/>
<add key="DpiAwareness" value="false" />
<add key="EnableWindowsFormsHighDpiAutoResizing" value="false" />
</System.Windows.Forms.ApplicationConfigurationSection>
<startup>