<@U25U0KPFT> It solves two big issues. It prevents...
# tornadofx
e
@carlw It solves two big issues. It prevents you from calling
alignment = x
on a
label
inside an
hbox
, because the
alignment
property of the
hbox
will no longer
bleed
into the scope of the label builder. The second big win with this is that you can hit ctrl-space and get an accurate list of available functions and properties for the current node inside the builder hierarchy. That's a huge step forward because new features can be discovered very easily.