Hello,
Before variables were introduced, I had all my auto-layout components set to scale within a frame. After variables were announced, I added min and max width to all components but I realised scale constraints were disabled.
I expected to resize my frame and have all components scaling until the reached their max width, but that’s not currently possible. Now I have to resize my frame and then manually resize the components inside.
It would be great to allow scaling constraints to components with min-max width/height variables.
Thank you.