working preview bar of all slides

This commit is contained in:
Chris Cochrun 2024-12-06 21:49:19 -06:00
parent f1c80215ae
commit 6ec2e1b97b
2 changed files with 34 additions and 17 deletions

View file

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