Skip to content

Commit 46c7dff

Browse files
committed
DPI issue when zoom is enabled fixed
1 parent 0338197 commit 46c7dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/NETworkManager/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// FIX DPI issues with WindowsFormsHost (RDP, PuTTY, etc.)
3131
<asmv3:application>
3232
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
33-
<dpiAware>false</dpiAware>
33+
<dpiAware>True</dpiAware>
3434
</asmv3:windowsSettings>
3535
</asmv3:application>
3636
</assembly>

0 commit comments

Comments
 (0)