making the text in the library smarter

This commit is contained in:
Chris Cochrun 2025-03-20 07:16:21 -05:00
parent 40065d2c5a
commit 9b9c337c1b
8 changed files with 65 additions and 22 deletions

View file

@ -690,7 +690,7 @@ impl cosmic::Application for App {
)
.center_y(Length::Fill)
.align_right(Length::Fill)
.width(Length::FillPortion(2)),
.width(Length::FillPortion(1)),
Container::new(slide_preview)
.center_y(Length::Fill)
.width(Length::FillPortion(3)),
@ -705,7 +705,7 @@ impl cosmic::Application for App {
)
.center_y(Length::Fill)
.align_left(Length::Fill)
.width(Length::FillPortion(2)),
.width(Length::FillPortion(1)),
library.width(Length::FillPortion(2))
]
.width(Length::Fill)