[issue24390] Python 3.4.3 64 bits is not "high dpi aware"

Ivan Bykov report at bugs.python.org
Mon Jun 8 12:13:16 CEST 2015


Ivan Bykov added the comment:

https://msdn.microsoft.com/en-us/library/windows/desktop/dn469266(v=vs.85).aspx#declaring_dpi_awareness

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
  <asmv3:application>
    <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
      <dpiAware>true</dpiAware>
    </asmv3:windowsSettings>
  </asmv3:application>
</assembly>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24390>
_______________________________________


More information about the Python-bugs-list mailing list