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

@ -1340,7 +1340,11 @@ impl cosmic::Application for App {
let column = column![
row![
library.width(Length::FillPortion(1)),
if self.library_open {
library.width(Length::FillPortion(1))
} else {
container(Space::new(0, 0))
},
main_area.width(Length::FillPortion(4))
],
preview_bar