You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Screenshots
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
Items aligned from the leading edge starting with 1st element, same way as SwiftUI does it.
Screenshots
The text was updated successfully, but these errors were encountered: