fix(flex_row): layout::resolve swap align_items with justify_items
This commit is contained in:
parent
b4533e3a56
commit
ce9e8b5205
1 changed files with 1 additions and 1 deletions
|
|
@ -119,8 +119,8 @@ impl<Message: 'static + Clone> Widget<Message, crate::Theme, Renderer> for FlexR
|
|||
f32::from(self.column_spacing),
|
||||
f32::from(self.row_spacing),
|
||||
self.min_item_width,
|
||||
self.align_items,
|
||||
self.justify_items,
|
||||
self.align_items,
|
||||
self.justify_content,
|
||||
&mut tree.children,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue