Skip to main content
Pietro_Baruzzi
New Member
February 13, 2025
Solved

Ingore auto layout doen't work

  • February 13, 2025
  • 2 replies
  • 661 views

Hello everyone, I have a problem with a component and the ignore auto layout command.

I have constructed a component of two elements, a circle and a group, the latter consisting of two circles. 

I have a problem when I resize the component. When I resize the component the red circle changes size, but the spinner (where the ‘ignore auto layout’ is applied) remains the same fixed size, despite the fact that the component has the constraints set to left/right and high/low.

If I detach the component, it works fine.

If I modify the component within the component set, it works fine.

I need to use the component with these two constraints because I use a system with variable collections and without this, if I change the dimensions, the whole system explodes.

Anyone with the same problem as me or with a suggestion to solve it?

This topic has been closed for replies.
Best answer by tank666

Actually, the absolute position works correctly. The problem is that you used a group. So, use a frame instead of a group.

2 replies

tank666
tank666Answer
February 13, 2025

Actually, the absolute position works correctly. The problem is that you used a group. So, use a frame instead of a group.

UX/UI designer. Figma expert. Creator and developer of plugins and widgets for Figma and FigJam. Check out my resources in Figma Community: figma.com/@tank
Pietro_Baruzzi
New Member
February 13, 2025

Thank u!! it works well