Ignition 8.1 UI scaling

Hi guys,

OS: Windows 10
Ignition version: Version: 8.1.2 (b2021020311)
Java Version: 11.0.9+11-LTS (from gateway status page)

Issue:
If my windows display scaling is set to 125%, then the vision client scales up and you end up only seeing part of the screen.

I've tried the workaround outlined in this thread:

but this doesn't seem to work on Java 11:
As a workaround, could you try something for me and let me know if it works for you:

1. Could you use the new Client Launcher and create a desktop shortcut (or use one that you previously created from the new Client Launcher)
2. right click the shortcut and select properties.
3. append -Dsun.java2d.uiScale=1.0 to the “target” field.
4. Launch the designer or vision client.

I've also treid the following, none of which worked:
-Dsun.java2d.dpiaware=false
-Dsun.java2d.uiScale.enabled=false
-Dsun.java2d.win.uiScaleX=1.0 -Dsun.java2d.win.uiScaleY=1.0

Does anyone know how to disable the UI scaling on so that Ignition 8.1 vision client ignores windows scaling setting?