Skip to content
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

in sierra macos : subtitle font is pixelated #42

Closed
aramoudi opened this issue Apr 23, 2017 · 7 comments
Closed

in sierra macos : subtitle font is pixelated #42

aramoudi opened this issue Apr 23, 2017 · 7 comments
Labels

Comments

@aramoudi
Copy link

Hi
My system is sierra macos and I'm working on 4k screen.
problem: subtitle font is pixelated.

Issue preview:
http://imgur.com/a/gb245

I'm big fan of your program on windows :)
Thank you

@carsonip
Copy link
Owner

carsonip commented Apr 23, 2017

Thanks for reporting the issue. Do the icons look pixelated too? I'm thinking whether it's a DPI scaling problem or QLabel's font anti-aliasing problem.

@carsonip
Copy link
Owner

carsonip commented Apr 23, 2017

Also, do you know how to compile and run the project? It would really help resolve the issue.

It involves downloading Qt (and Qt creator) here, opening the project inside Qt creator and clicking the Run button in the left bottom corner.

@carsonip carsonip added the bug label Apr 23, 2017
@aramoudi
Copy link
Author

Sorry for replaying late

Do the icons look pixelated too?
Yes, they are

Two images (icons + preference) :
http://imgur.com/a/8IKo9

do you know how to compile and run the project?
I can walk through it 👍

@carsonip
Copy link
Owner

carsonip commented May 22, 2017

I can reproduce the problem now. It happens in HiDPI displays. Looking for the cause.

@carsonip
Copy link
Owner

The subtitle font is pixelated only when shadow is applied. A temporary fix is to disable the shadow.

It is a bug in Qt's QGraphicsEffect. This issue should be related. I will try to compile the project for macOS using Qt 5.9 though it is still in beta stage.

@carsonip
Copy link
Owner

I have recompiled it using Qt 5.9 and there is no more pixelation. I'll use Qt 5.9 to compile the next release for Mac, which will happen in a few days.

@carsonip
Copy link
Owner

carsonip commented May 25, 2017

@bomkarram the new release is ready. Please try v1.0.1 and let me know whether it is fixed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants