AnimaApp / Auto-Layout

Auto Layout for Sketch
https://animaapp.github.io/Auto-Layout
856 stars 40 forks source link

Any way to define auto-layout properties on symbol top-level? #57

Open Geri-Borbas opened 7 years ago

Geri-Borbas commented 7 years ago

I have numerous <input> symbols with a desired height each. Every time I insert such a symbol, I have to set their height constants to be constrained.

Is there a way to define a constrained height to a symbol (or any auto-layout property)?


Currently I work this around by set the constraints in the symbol content. But this way the symbols themselves gets stretched when I resize parents. 😞