Skip to content

Commit

Permalink
Actually apply HiDPI enhancements under .NET 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Jun 28, 2014
1 parent 3c936c6 commit cfc11c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OutlookDesktop/App.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
</startup>
Expand Down

0 comments on commit cfc11c8

Please sign in to comment.