text now fits the slide on both previews and real pres

This commit is contained in:
Chris Cochrun 2024-12-06 12:50:38 -06:00
parent 9695c8670f
commit 44aab37447
3 changed files with 47 additions and 14 deletions

View file

@ -550,6 +550,7 @@ impl cosmic::Application for App {
.slide_preview()
.map(|m| Message::Present(m))
)
.width(Length::Fill)
.center_y(100)
];