Skip to content

Commit

Permalink
修复win10+的DPI问题
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci committed Nov 15, 2024
1 parent 5e6a18b commit 08c333b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/dpi-patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<asmv3:application>
<asmv3:windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>

0 comments on commit 08c333b

Please sign in to comment.