Fix blend_modes example UI positioning (#8093)
This commit is contained in:
parent
602f3baf3f
commit
f6c72a7442
@ -211,6 +211,7 @@ fn setup(
|
|||||||
|
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
TextBundle::from_section("", text_style).with_style(Style {
|
TextBundle::from_section("", text_style).with_style(Style {
|
||||||
|
position_type: PositionType::Absolute,
|
||||||
top: Val::Px(10.0),
|
top: Val::Px(10.0),
|
||||||
right: Val::Px(10.0),
|
right: Val::Px(10.0),
|
||||||
..default()
|
..default()
|
||||||
|
Loading…
Reference in New Issue
Block a user