Enable per-monitor DPI
authorCheng Zhao <zcbenz@gmail.com>
Tue, 11 Apr 2017 06:17:15 +0000 (15:17 +0900)
committerCheng Zhao <zcbenz@gmail.com>
Tue, 11 Apr 2017 06:17:15 +0000 (15:17 +0900)
atom/browser/resources/win/atom.manifest

index 64c07de..7608ffb 100644 (file)
@@ -32,7 +32,7 @@
 
   <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
     <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-      <dpiAware>true</dpiAware>
+      <dpiAware>true/pm</dpiAware>
       <disableWindowFiltering xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">true</disableWindowFiltering>
     </asmv3:windowsSettings>
   </asmv3:application>