Skip to content

Commit

Permalink
Merge pull request #73 from IsaacMorris1980/DPI_Change
Browse files Browse the repository at this point in the history
Dpi change
  • Loading branch information
IsaacMorris1980 authored Dec 22, 2024
2 parents 3fe7d97 + a59d120 commit 98195f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Ruler/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
<!-- Disable dynamic DPI support -->
<add key="EnableWindowsFormsHighDpiAutoResizing" value="false" />
</System.Windows.Forms.ApplicationConfigurationSection>
<userSettings>
<Ruler.Settings>
<setting name="size" serializeAs="String">
Expand Down

0 comments on commit 98195f6

Please sign in to comment.