If i select multiple layers (inside an Auto-layout) with width property set to “Fill”, and then add an Auto-layout, all the layers inside the new frame will have their sizes set to “Fixed”.
I have to manually set the layers back to “Fill” every single time i want to enclose layers in an Auto-layout. This is something i run into every few minutes while working.
This is because the new AL layer is automatically set to “Hug”, therefore the children must lose “Fill” property
Wouldn’t it be logical, if i apply Auto-layout to layers that are already set to horizontal “Fill”, that the newly created AL layer is also set to horizontal “Fill”, leaving the children to “Fill”?