<@UCB0DBR1A> Remember that the builders automatica...
# tornadofx
e
@chickenfresh Remember that the builders automatically attach to their parent, so you should not use builders in that context, create the
Label
using the constructor instead. Better yet: Instead of assigning to
center
, use the
center {}
builder, then you can use your approach and you don't need to assign to center either.