`fold("test", VBox()) { label("test") }` the Label...
# tornadofx
r
fold("test", VBox()) { label("test") }
the Label is being added in the scope of the TitlePane, not the VBox. I'm guessing the space left over was exactly the width of the label.