<@U0BDMQTHS> I have refactored the Form layout so ...
# tornadofx
e
@mikehearn I have refactored the Form layout so it supports arbitrary layout containers inside a
Fieldset
. Your original code will now work as expected, though you might want to add some spacing to the surrounding hbox. For example
hbox(20) { .. }
.