1

As you can see below the scene builder GUI is far too small

Scene builder

How can I change this? My monitor is 4k

1 Answers1

0

On Ubuntu 20.10 I solved this by adding java-options=-Dglass.gtk.uiScale=1.5 in /opt/scenebuilder/lib/SceneBuilder.cfg

  • Where do you find system properties like these that you can modify with -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