notepad: Add system DPI awareness settings to the application manifest.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2021-09-07 11:11:04 +08:00 committed by Alexandre Julliard
parent 517eccd0c1
commit 3c8bd7c0d0
1 changed files with 5 additions and 0 deletions

View File

@ -13,4 +13,9 @@
/>
</dependentAssembly>
</dependency>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
</assembly>