Skip to content

Commit

Permalink
Merge pull request microsoft#297 from prime167/patch-1
Browse files Browse the repository at this point in the history
readme.md: Remove extra space
  • Loading branch information
dipeshmsft authored Feb 28, 2022
2 parents 97c6f46 + 3f797c0 commit 82b9173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PerMonitorDPI/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WPF apps are System DPI aware by default, and need to declare themselves to be P
<!-- The combination of below two tags have the following effect :
1) Per-Monitor for >= Windows 10 Anniversary Update
2) System < Windows 10 Anniversary Update -->
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> PerMonitor</dpiAwareness>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitor</dpiAwareness>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
Expand Down

0 comments on commit 82b9173

Please sign in to comment.