unnecessary layout
This commit is contained in:
parent
77d12b2b01
commit
e6621072cd
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue