What steps will reproduce the problem?
1.Install&run Pyscripter on macbook pro retina display
2.
3.
What is the expected output? What do you see instead?
I expect that pyscripter UI displays in high dpi, like most of new apps.
But it does not support dpi scaling, so all fonts are blurry :(.
What version of the product are you using? On what operating system?
windows 7 x64 sp1, dpi set to 200%, pyscripter 2.5.3.0 x64
Please provide any additional information below.
please add following to your XP_UAC.manifest, maybe it will just work:
<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>
Also fyi:
http://msdn.microsoft.com/en-us/library/windows/desktop/dn469266%28v=vs.85%29.as
px
Best Regards!
Original issue reported on code.google.com by AngelJa...@gmail.com on 8 Apr 2014 at 10:02
Original issue reported on code.google.com by
AngelJa...@gmail.com
on 8 Apr 2014 at 10:02