Zhiyi Zhang : regedit: Add system DPI awareness settings to the application manifest.
Module: wine Branch: master Commit: 190467d6af041c3503943bd5de4f892b2d7a3cf7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=190467d6af041c3503943bd5d... Author: Zhiyi Zhang <zzhang(a)codeweavers.com> Date: Tue Sep 7 11:11:24 2021 +0800 regedit: 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/regedit/regedit.manifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/regedit/regedit.manifest b/programs/regedit/regedit.manifest index a2c1a437027..9ffabb0f9db 100644 --- a/programs/regedit/regedit.manifest +++ b/programs/regedit/regedit.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