Skip to content

Commit

Permalink
Rebased on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed May 25, 2022
1 parent 1fbe3ce commit 418143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ios/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fn setup_scene(
justify_content: JustifyContent::Center,
align_items: AlignItems::Center,
position_type: PositionType::Absolute,
position: Rect {
position: UiRect {
left: Val::Px(50.0),
right: Val::Px(50.0),
top: Val::Auto,
Expand Down

0 comments on commit 418143c

Please sign in to comment.