Skip to content

Commit df1d2ff

Browse files
committed
Improve manifest for high dpi on older windows versions
1 parent 19122ac commit df1d2ff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

TranslateErrorCode/TranslateErrorCode.manifest

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22

33
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
4-
<asmv3:application>
5-
<asmv3:windowsSettings>
6-
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
7-
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
8-
</asmv3:windowsSettings>
9-
</asmv3:application>
4+
<asmv3:application>
5+
<asmv3:windowsSettings>
6+
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
7+
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
8+
</asmv3:windowsSettings>
9+
</asmv3:application>
1010
<dependency>
1111
<dependentAssembly>
1212
<assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/>
-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)