We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9363d commit 22433d8Copy full SHA for 22433d8
examples/games/game_menu.rs
@@ -401,7 +401,7 @@ mod menu {
401
};
402
let button_icon_style = Style {
403
size: Size::new(Val::Px(30.0), Val::Auto),
404
- // This takes the icons out of the flexbox flow, to be positionned exactly
+ // This takes the icons out of the flexbox flow, to be positioned exactly
405
position_type: PositionType::Absolute,
406
// The icon will be close to the left border of the button
407
position: UiRect {
0 commit comments