Reputation: 25256
Using edgeInsets
on NSStackView
is ignored by Interface Builder and when running the app.
Upvotes: 4
Views: 505
Reputation: 25256
NSStackView
default hugging priority is 250. The edgeInsets
is only enforced when the hugging priority is 500 or higher.
Important: NSStackView
has a hugging priority and a content hugging priority which are not the same.
Upvotes: 9