Before, if you did this: `hboxConstraints { hGrow ...
# tornadofx
e
Before, if you did this:
hboxConstraints { hGrow = Priority.ALWAYS }
, you would also apply
HBox.setMargin(node, Insets(0.0, 0.0, 0.0, 0.0)
to that Node. Now it will no longer touch the margin unless you set it.