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
I'm using Bevy ui but cannot get it to render how I want it to. More specifically, the fields flex_basis, flex_grow and max_size don't seem to matter. Here's a minimal working example of part of the problem :
Setting max_size has no impact on rendering whereas if I replace it with size, the image is shrinked accordingly.
I thought size was not supposed to exceed max_size which the doc specifies. Or maybe I am missing something about the way flexbox operates ?
The text was updated successfully, but these errors were encountered:
Bevy version
0.10.0
What you did
I'm using Bevy ui but cannot get it to render how I want it to. More specifically, the fields
flex_basis
,flex_grow
andmax_size
don't seem to matter. Here's a minimal working example of part of the problem :What went wrong
Setting
max_size
has no impact on rendering whereas if I replace it withsize
, the image is shrinked accordingly.I thought
size
was not supposed to exceedmax_size
which the doc specifies. Or maybe I am missing something about the way flexbox operates ?The text was updated successfully, but these errors were encountered: