SoapUI on linux (wayland) - high DPI/4K scaling issue
Adding -Dsun.java2d.uiScale=2
to JAVA_OPTS (in soapui.sh) worked for me. It seems that only integer values are working (1.5 does nothing, for instance).
Adding -Dsun.java2d.uiScale=2
to JAVA_OPTS (in soapui.sh) worked for me. It seems that only integer values are working (1.5 does nothing, for instance).