Module: wine Branch: master Commit: 3c8bd7c0d0d4dc38568daa13576a36c07cdc49ce URL: https://source.winehq.org/git/wine.git/?a=commit;h=3c8bd7c0d0d4dc38568daa135...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Tue Sep 7 11:11:04 2021 +0800
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
---
programs/notepad/notepad.manifest | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/programs/notepad/notepad.manifest b/programs/notepad/notepad.manifest index 30aa0f3853b..2e50e69399e 100644 --- a/programs/notepad/notepad.manifest +++ b/programs/notepad/notepad.manifest @@ -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>