Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df1d2ff

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

File tree

Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed

‎TranslateErrorCode/TranslateErrorCode.manifest

Copy file name to clipboardExpand all lines: TranslateErrorCode/TranslateErrorCode.manifest
+6-6Lines changed: 6 additions & 6 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.