This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ivb
Recipients ivb, steve.dower, tim.golden, zach.ware
Date 2015-06-08.10:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433758396.91.0.0521615246372.issue24390@psf.upfronthosting.co.za>
In-reply-to
Content
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>
History
Date User Action Args
2015-06-08 10:13:17ivbsetrecipients: + ivb, tim.golden, zach.ware, steve.dower
2015-06-08 10:13:16ivbsetmessageid: <1433758396.91.0.0521615246372.issue24390@psf.upfronthosting.co.za>
2015-06-08 10:13:16ivblinkissue24390 messages
2015-06-08 10:13:16ivbcreate