Skip to content

Commit

Permalink
add app,.config for dpi?
Browse files Browse the repository at this point in the history
  • Loading branch information
factubsio committed Mar 19, 2022
1 parent 23bb606 commit bfe4ffe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BlueprintExplorer/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
</System.Windows.Forms.ApplicationConfigurationSection>
</configuration>

0 comments on commit bfe4ffe

Please sign in to comment.