-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
4k/HiDPI scaling issues #168
Comments
I'm also having this issue now |
Yep same =/ |
HiDPI might be supported on JDK 9 but I haven't verified. Unfortunately rewriting the entire UI is currently out of the question. |
Did you try this? |
@jkroepke that does work, however it's a workaround and requires user interaction. Would it be possible to automatically apply this setting? |
If you build the lancher, you can maybe set some manifests for windows. But building unsigned exe files is nasty in windows 10 because the smartscreen filter blocks the execution. Maybe I‘ll find somethink for you, but I can‘t test it because HiDPI on Mac just works. |
Appreciate the feedback, I have little experience in this branch. Once again, thanks for helping! |
Building an exe from launch4j, then embed a .manifest file with the required settings should be the only valid version in the moment. https://stackoverflow.com/questions/30555401/java-disable-dpi-aware-not-working But the smartscreen filter on newer windows version will confused some peoples. |
dupe of #153 |
Using a 2k or 4k monitor results in a badly broken configuration page and tiny test everywhere else. Normally I'd ignore it, but it's literally impossible to edit the configs without delving into the user's files, so I figured it's worthy of a bug report.
Attaching an image for reference!
The text was updated successfully, but these errors were encountered: