We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3b49b commit acfb233Copy full SHA for acfb233
ReClass.NET/App.config
@@ -1,6 +1,9 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
- <startup>
4
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
5
- </startup>
6
-</configuration>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
+ </startup>
+ <appSettings>
7
+ <add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
8
+ </appSettings>
9
+</configuration>
0 commit comments