unnecessary layout

This commit is contained in:
Chris Cochrun 2025-05-01 09:40:04 -05:00
parent 77d12b2b01
commit e6621072cd

View file

@ -746,8 +746,7 @@ impl cosmic::Application for App {
.class(theme::style::Button::Transparent) .class(theme::style::Button::Transparent)
) )
.center_y(Length::Fill) .center_y(Length::Fill)
.align_right(Length::Fill) .align_right(Length::FillPortion(1)),
.width(Length::FillPortion(1)),
Container::new(slide_preview) Container::new(slide_preview)
.center_y(Length::Fill) .center_y(Length::Fill)
.width(Length::FillPortion(3)), .width(Length::FillPortion(3)),
@ -762,8 +761,7 @@ impl cosmic::Application for App {
.class(theme::style::Button::Transparent) .class(theme::style::Button::Transparent)
) )
.center_y(Length::Fill) .center_y(Length::Fill)
.align_left(Length::Fill) .align_left(Length::FillPortion(1)),
.width(Length::FillPortion(1)),
library library
] ]
.width(Length::Fill) .width(Length::Fill)