From e6621072cdbba3da49ad506dae8e279316534c72 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 1 May 2025 09:40:04 -0500 Subject: [PATCH] unnecessary layout --- src/main.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 888e690..19d4f10 100644 --- a/src/main.rs +++ b/src/main.rs @@ -746,8 +746,7 @@ impl cosmic::Application for App { .class(theme::style::Button::Transparent) ) .center_y(Length::Fill) - .align_right(Length::Fill) - .width(Length::FillPortion(1)), + .align_right(Length::FillPortion(1)), Container::new(slide_preview) .center_y(Length::Fill) .width(Length::FillPortion(3)), @@ -762,8 +761,7 @@ impl cosmic::Application for App { .class(theme::style::Button::Transparent) ) .center_y(Length::Fill) - .align_left(Length::Fill) - .width(Length::FillPortion(1)), + .align_left(Length::FillPortion(1)), library ] .width(Length::Fill)