Spyder interface icons very small on high resolution screen in Windows 10

我是研究僧i 提交于 2021-02-18 22:00:51

问题


I got a brand-new laptop with a resolution of 3840 x 2160 running Windows 10. After I installed Anaconda + Spyder for python coding, I noticed that the icons are extremely small, as well as the text on the Object Inspector section:

Is there a way to fix this? It seems closely related to the resolution as it is also happening with Eclipse.

PS: The Eclipse workarounds includes lowering resolution which is far from ideal. I was wondering if this can be fixed maintaining the resolution settings.


回答1:


(Spyder maintainer here) Please use the screen resolution options provided by Spyder to fix this. They are present in

Tools > Preferences > General > Interface > Screen resolution.

for Spyder 4 and

Tools > Preferences > General > Appearance > Screen resolution

for Spyder 3.




回答2:


I know this question is old but I ran into the same problem. I fixed it by adding

[Platforms] 
WindowsArguments = dpiawareness=0

to qt.conf in my Anaconda3 installation folder (C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64, as it is part of my MS VS installation).




回答3:


Sorry, can't comment on Djerro Neth's answer above, so here goes:

I did his suggestion of adding

[Platforms]
WindowsArguments = dpiawareness=0

and this sort of solved the issue for me. However, the whole UI looked blurry. So I closed spyder, changed dpiawareness to 1, and, voilà, everything looks just right.

Weird.



来源:https://stackoverflow.com/questions/35854289/spyder-interface-icons-very-small-on-high-resolution-screen-in-windows-10

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!