Skip to content

Commit

Permalink
- add app config for high DPI displays
Browse files Browse the repository at this point in the history
  • Loading branch information
olegel committed May 23, 2019
1 parent 7eeaf9d commit b4b01cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Release/VolvoCanLogger.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
</startup>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2"/>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="false"/>
</System.Windows.Forms.ApplicationConfigurationSection>
</configuration>

0 comments on commit b4b01cc

Please sign in to comment.