diff options
author | Moonchild <moonchild@palemoon.org> | 2020-10-06 09:23:59 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-10-06 09:23:59 +0000 |
commit | bda6f1a93f915f4156bc344651dcfc9b7bb3b9ee (patch) | |
tree | e9029ee3547f541cb6d7c175c7e185e1529025dc /ipc/app | |
parent | 521f2b476c3cac4cbdd0eee676a0dfedaa537041 (diff) | |
download | uxp-bda6f1a93f915f4156bc344651dcfc9b7bb3b9ee.tar.gz |
Issue #1606 - Add support for multi-monitor DPI awareness v2 (W10 1706+)
Diffstat (limited to 'ipc/app')
-rw-r--r-- | ipc/app/plugin-container.exe.manifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/app/plugin-container.exe.manifest b/ipc/app/plugin-container.exe.manifest index 303109523d..e3bdc56b08 100644 --- a/ipc/app/plugin-container.exe.manifest +++ b/ipc/app/plugin-container.exe.manifest @@ -29,6 +29,7 @@ <ms_asmv3:application xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3"> <ms_asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> <dpiAware>True/PM</dpiAware> + <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness> </ms_asmv3:windowsSettings> </ms_asmv3:application> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |