GlokSettings
Properties
This property is bound to Tantalum.themeProperty, so if you wish to change the default theme, unbind it, and then either bind it to your own themeProperty, or set its value to your own theme. (the former is preferred, as it allows scenes to be restyled automatically when your themeProperty changes).
When using high DPI devices (dots per inch), the scene needs to be scaled, otherwise all the controls will be too small to be usable. In this case, coordinates used in Node and Scene aren't pixels. Instead, 1 logical unit
is 1 physical pixel on a low DPI device, but is globalScale physical pixels on a high DPI device.
If you find the scroll-wheel / mouse-pad is always the wrong way round, toggle this value! However, if Scrollbars
work correctly, but adjusting Spinners
doesn't (or vice versa), then this property won't help.
Should secondary stages use native windows (useOverlayStages=false), or should OverlayStages be used instead?