Skip to content

Commit f684e74

Browse files
authored
Make git-credential-helper-selector high DPI aware
Signed-off-by: Charlie Lin <tuug@gmx.us>
1 parent 092af63 commit f684e74

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

git-extra/git-credential-helper-selector.manifest

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2-
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
2+
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0' xmlns:asmv3='urn:schemas-microsoft-com:asm.v3'>
33
<dependency>
44
<dependentAssembly>
55
<assemblyIdentity
@@ -12,4 +12,10 @@
1212
/>
1313
</dependentAssembly>
1414
</dependency>
15+
<asmv3:application>
16+
<asmv3:windowsSettings>
17+
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
18+
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
19+
</asmv3:windowsSettings>
20+
</asmv3:application>
1521
</assembly>

0 commit comments

Comments
 (0)