GluiNodeSlot.inheritLayout

If true, the slot will inherit its layout from the node it holds. If there's no node, it'll be reset to shrink.

Note: This field is stupid. You'd rather set the child to use .layout!"fill".

class GluiNodeSlot(T : GluiNode)
bool inheritLayout;

Meta