Widget can't have children

If you add a widget child to a widget, it cannot have a child. The way to add children to a child widget is to add them in the actual child widget itself. So what I mean is that if you have Widget B inside widget A, widget B cannot have children added in widget A, but widget B can have children added if you are editing it in widget B itself. Hope that makes sense. :slight_smile: