Module: wine Branch: master Commit: 517eccd0c168dc8cf0c743f5bceee2e1c1b0b607 URL: https://source.winehq.org/git/wine.git/?a=commit;h=517eccd0c168dc8cf0c743f5b... Author: Zhiyi Zhang <zzhang(a)codeweavers.com> Date: Tue Sep 7 11:10:55 2021 +0800 msinfo32: Add system DPI awareness settings to the application manifest. Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/msinfo32/msinfo32.manifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/msinfo32/msinfo32.manifest b/programs/msinfo32/msinfo32.manifest index 67eb98a2799..07d174ba19c 100644 --- a/programs/msinfo32/msinfo32.manifest +++ b/programs/msinfo32/msinfo32.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>