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

Fixed FFDec appearing blurry on macOS #119

Closed
wants to merge 1 commit into from

Conversation

psy-guy
Copy link

@psy-guy psy-guy commented Jan 11, 2022

Makes the application look clearer overall on macOS (see images)

Before:
1 0

After:
2 0

@jindrapetrik
Copy link
Owner

It's easy to set uiscale to 2, but will this work in Linux aswell? We use this file (ffdec.sh) for both Mac and Linux. And I think setting to 2 on nonretina displays will just make the UI 2 times bigger. So maybe make somehow separate file for retina displays (?). Or maybe we can set the variable somehow in the app itself. I will think about it...

@TheKodeToad
Copy link

This is what happens on Linux (Java 17).

Before:

image

After:

image

@jindrapetrik
Copy link
Owner

In nightly 2246, you can set the "UI scale factor" value in Advanced settings (application exit after that is required).
Set it to 2.0 on retina displays.
I did a little investigation and there is no reliable way to tell that retina is used in Java automatically.
So you need to manually set the config.

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

Successfully merging this pull request may close these issues.

3 participants