tweaks
This commit is contained in:
parent
3c9a60c625
commit
e596fdfe29
2 changed files with 10 additions and 7 deletions
|
@ -574,7 +574,8 @@ pub(crate) fn slide_view<'a>(
|
|||
let black = Container::new(Space::new(0, 0))
|
||||
.style(|_| {
|
||||
container::background(Background::Color(Color::BLACK))
|
||||
}).clip(true)
|
||||
})
|
||||
.clip(true)
|
||||
.width(size.width)
|
||||
.height(height);
|
||||
let container = match slide.background().kind {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue