<@U14ECM2KV> Make it even smaller by changing `roo...
# tornadofx
e
@ron Make it even smaller by changing
root.children.remove(0, root.children.size)
to
root.children.clear()
🙂