Zhiyi Zhang : uninstaller: Add system DPI awareness settings to the application manifest.
Module: wine Branch: master Commit: ae384e637710d6257bd3fcb5e5104acbf6f2eb4a URL: https://source.winehq.org/git/wine.git/?a=commit;h=ae384e637710d6257bd3fcb5e... Author: Zhiyi Zhang <zzhang(a)codeweavers.com> Date: Tue Sep 7 11:11:41 2021 +0800 uninstaller: 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/uninstaller/uninstaller.manifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/uninstaller/uninstaller.manifest b/programs/uninstaller/uninstaller.manifest index ee41796562e..56595d8a281 100644 --- a/programs/uninstaller/uninstaller.manifest +++ b/programs/uninstaller/uninstaller.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>
participants (1)
-
Alexandre Julliard