Enable WPF's native scaling

This commit is contained in:
Verrickt
2018-10-25 19:23:04 +08:00
parent 5af733d166
commit 4d04f152fd

View File

@@ -5,6 +5,7 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
</startup>
<runtime>
<AppContextSwitchOverrides value = " Switch.System.Windows.DoNotScaleForDpiChanges=false"/>
<legacyCorruptedStateExceptionsPolicy enabled="true" />
<legacyUnhandledExceptionPolicy enabled="1" />
</runtime>