Auto layout is great but the ‘fill container’ options spreads the items equally. It would be great to specify that an element should take up two thirds of the parent. This would be possible by adding a property similar to flexbox. I created this codepen to show how this allows nice grids:
By default this property would be ‘1’ for items. If the user has an auto layout frame with two items this property can be set to ‘2’ so the item would take two thirds of the container.
This could be added to the menu where the stacking order and basement align is changed to avoid adding complexity for users who don’t need this feature.