DioxusLabs / taffy

A high performance rust-powered UI layout library
https://docs.rs/taffy
Other
2.04k stars 102 forks source link

Block stretch sizing fixes #674

Closed nicoburns closed 2 months ago

nicoburns commented 2 months ago

Objective

Context

Changes made

Future work

Feedback wanted

Does the root node being forced into taking up all available space (in the horizontal axis) when available space is definite actually make sense?

nicoburns commented 2 months ago

I think this is definitely better than what we had before. We can iterate on the root layout as required.