I have a question concerning the blockIncrement of...
# tornadofx
d
I have a question concerning the blockIncrement of slider. In Java FX the type is Double (https://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/Slider.html#blockIncrementProperty) but in tornadofx it is Dimension, where I can select a Linear Unit. But when you have a slider you normally just want to set an int or double value but no Linear Unit? Do I have a wrong understanding?