fixing some things....
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-09-24 10:39:28 -05:00
parent 77daa03db6
commit a56ff6a022
4 changed files with 15 additions and 26 deletions

View file

@ -286,7 +286,7 @@ impl SongEditor {
.padding(cosmic::theme::spacing().space_s)
.center_x(Length::FillPortion(2))
} else {
container(vertical_space())
container(horizontal_space())
};
let slide_preview = container(self.slide_preview())
.width(Length::FillPortion(2));
@ -455,8 +455,10 @@ order",
v.set_looping(true);
v
});
debug!(?video);
// debug!(?video);
self.video = video;
} else {
self.video = None;
}
}
}