Join Slack
Powered by
Before, if you did this: `hboxConstraints { hGrow ...
# tornadofx
e
edvin
11/08/2016, 9:53 PM
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.
Open in Slack
Previous
Next