Reputation: 35
I have this issue with the JavaFX Scene Builder. It works as intended but the resolution seems to be lower than the rest of the application.
Intellij IDEA did update recently to the 2018 version and thats when the issue started. I have tried downgrading to the previous version but the issue is still there.
Is there a way that I can revert the settings for Scene Builder or is there a setting that I have missed? Can't find anything about it online.
TIA
Upvotes: 1
Views: 3682
Reputation: 5438
I thought this is a scaling issue
, follow the bellow steps to fix it:
IntelliJ.exe
file.Upvotes: 1
Reputation: 401965
It's a known issue.
Current workaround is to add -Dsun.java2d.uiScale.enabled=false
in Help | Edit Custom VM Options.
Upvotes: 8