-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spyder doesn't render well on HighDpi screens #2119
Comments
From ccordoba12 on 2015-02-08T11:00:23Z I don't have access to such a high screen resolution, sorry :-( Summary: 4K screen resolution issues (was: 4K screen resolution issue) |
Fingers crossed this sort of thing will get better in Qt 5.6, but in the meantime with Qt 5.4+ it looks much better if you add the following to any qt.conf files in your python directory: [Platforms] |
What does that do? |
It tells windows that the application is not DPI aware, which makes windows render it at 'normal' resolution then scale the output image. This makes it look less sharp, but everything is the right size. |
@patstew if you run from master (and use the Spyder 3 icon theme), you will get the hight-dpi bitmaps for the icons. |
@patstew So is it better with Qt5.6 ? |
No, and setting dpiawareness seems to have stopped working too. |
Actually I spoke too soon, it's just disabled. You can enable it by setting the QT_AUTO_SCREEN_SCALE_FACTOR environment variable, or I've submitted a change to fix it properly in #3333. It seems pretty good with that change, overall it's 1000x better than before. The fonts are sharp on both screens, and everything is basically the right size. A few things seem to be slightly wrong, like half the e of 'Console' in help source is cut off, and the folder selector is slightly too short for its font, so the anything below the line, like the tail of y or p is cut off. The radio buttons in Preferences are slightly too big when I move it to my second, normal DPI screen. These are just slightly ugly though, I haven't noticed anything as bad as it was yet. |
Could you paste some screenshots. We need them for UI related issues. |
|
From [email protected] on 2015-01-15T10:51:45Z
Please note that reporting bugs from Spyder's help menu ("?" > "Report
issue...") will fill version details for Spyder, Python and Qt in this description for you.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
expect size of windows and consoles to look normal. The biggest issue is in the variable explorer the headers are cut off height-wise. The preference window comes up really small. What version of the product are you using? On what operating system? spyder 2.3.2 py3.4 windows 8.1
Please provide any additional information below
. I am stuck in a class and super bored right now. In reality these issues are incredibly minor. But would be cool if they were fixed. Thanks!
Attachment: spyder screen shot.PNG
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2119
The text was updated successfully, but these errors were encountered: