idk i'm mad

This commit is contained in:
Chris Cochrun 2024-11-22 11:09:41 -06:00
parent 0974024fe6
commit 102cba5dd5
2 changed files with 44 additions and 24 deletions

View file

@ -222,10 +222,13 @@ impl Presenter {
Container::new(Space::new(Length::Fill, Length::Fill))
}
};
stack!(container.center(Length::Fill), text)
.width(Length::Fill)
.height(Length::Fill)
.into()
Container::new(
stack!(container.center(Length::Fill), text)
.width(Length::Fill)
.height(Length::Fill),
)
.padding(10)
.into()
}
fn reset_video(&mut self) {