High Resolution Scaling IssuesEdit online
Problem
I encounter scaling detection issues in a high resolution display. For example, some GUI components are too small.
Cause
This sometimes happens when using multiple displays with different resolutions because the application cannot detect the correct scaling setting.
Solution
You can use the com.oxygenxml.hidpi.scaling custom system property to force a
specific scaling setting. For example:
-Dcom.oxygenxml.hidpi.scaling=1.5 for 150% scaling.