-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make padding/border size floor node size #372
Make padding/border size floor node size #372
Conversation
e5866a1
to
cec3c2e
Compare
Some notes:
The tests in |
96df489
to
1509bdc
Compare
d32afdd
to
71adf0c
Compare
I believe this is now ready if we ignore aspect-ratio. Which I'm inclined to do for the time being because I think that's quite a deep rabbit hole to go down and very unlikely combination of styles for people to be using. |
6bcc01b
to
46a354c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of small quality issues, then this LGTM. We should resolve clippy failures from the new Rust version in their own PR.
46a354c
to
82aff45
Compare
…g flex container main size
82aff45
to
aa251a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your comments are incredibly insightful and helpful, so keep that up :)
Objective
Fix node sizing behaviour where size is/should be determined by border.
(PR currently only contains failing tests)
Context
bevyengine/bevy#7795 (comment)