Skip to content

Commit acfb233

Browse files
committed
Enable DPI scaling setting.
1 parent 6b3b49b commit acfb233

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ReClass.NET/App.config

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
5-
</startup>
6-
</configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
5+
</startup>
6+
<appSettings>
7+
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
8+
</appSettings>
9+
</configuration>

0 commit comments

Comments
 (0)