As you can see below the scene builder GUI is far too small
How can I change this? My monitor is 4k
As you can see below the scene builder GUI is far too small
How can I change this? My monitor is 4k
On Ubuntu 20.10 I solved this by adding java-options=-Dglass.gtk.uiScale=1.5
in /opt/scenebuilder/lib/SceneBuilder.cfg
-D<name>=<value>
command line options? I thought System.getProperties() enumerates all possible java options with their current value, but it seems to only output options with non-null values.
– Display name
Jun 09 '21 at 23:29