dotnet / Comet

Comet is an MVU UIToolkit written in C#
MIT License
1.65k stars 117 forks source link

Layout's with children that Fill, don't properly layout. #237

Open Clancey opened 2 years ago

Clancey commented 2 years ago

If you have 2 items inside an HStack, that are set to horizontal fill, instead of sharing the space equally, they both go the exact width.