fixup! fixing alignment issues
This commit is contained in:
parent
803f892e7e
commit
452cb33adf
|
@ -626,10 +626,7 @@ pub(crate) fn slide_view<'a>(
|
||||||
container.center(Length::Fill),
|
container.center(Length::Fill),
|
||||||
text_container
|
text_container
|
||||||
);
|
);
|
||||||
Container::new(stack)
|
Container::new(stack).center(Length::Fill).into()
|
||||||
.center_x(Length::Fill)
|
|
||||||
.center_y(size.height)
|
|
||||||
.into()
|
|
||||||
})
|
})
|
||||||
.into()
|
.into()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue