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
Ah, good catch, it seems I just forgot about those. Do you have a need for them or were you just trying things out?
Right now you should be able to emulate the effects by adding empty items with flex grow in-between your items
Testing out egui_flex.
I can not get egui_flex::FlexJustify::SpaceBetween or SpaceAround to work and fully fill one line with leaving large gaps empty.
Wanted to create the following effect: https://css-tricks.com/wp-content/uploads/2018/10/justify-content.svg
From source code it looks like property can be defined, but support is not implemented.
The text was updated successfully, but these errors were encountered: