-
-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
VStack/HStack alignment is wrong for overflowing items. Let me describe bub on HStack example
HStack with smaller frame than content aligns items in center where it should start aligning them from the first item (leading)
To Reproduce
Steps to reproduce the behavior:
- Create HStack with fixed size i.e. 200
- Create HStack content for instance items of size 80 times 5
- Items are aligned in center
Expected behavior
Items aligned from the leading edge starting with 1st element, same way as SwiftUI does it.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
