cleanup
This commit is contained in:
parent
ee58302156
commit
4602ee0504
|
@ -301,13 +301,10 @@ fn setup(
|
||||||
position_type: PositionType::Absolute,
|
position_type: PositionType::Absolute,
|
||||||
bottom: Val::VMin(0.0),
|
bottom: Val::VMin(0.0),
|
||||||
left: Val::VMin(0.0),
|
left: Val::VMin(0.0),
|
||||||
//bottom: Val::VMin(40.0),
|
|
||||||
//left: Val::VMin(30.0),
|
|
||||||
..default()
|
..default()
|
||||||
}).with_text_justify(JustifyText::Left);
|
}).with_text_justify(JustifyText::Left);
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
NodeBundle {
|
NodeBundle {
|
||||||
border_color: { BorderColor(Color::RED) },
|
|
||||||
style: Style {
|
style: Style {
|
||||||
width: Val::Percent(50.),
|
width: Val::Percent(50.),
|
||||||
align_items: AlignItems::Start,
|
align_items: AlignItems::Start,
|
||||||
|
|
Loading…
Reference in a new issue