fix: restore width and height fill for app content
This commit is contained in:
parent
36cba695d2
commit
a2f26b620d
1 changed files with 2 additions and 0 deletions
|
|
@ -742,6 +742,8 @@ impl<App: Application> ApplicationExt for App {
|
||||||
}));
|
}));
|
||||||
let content: Element<_> = if content_container {
|
let content: Element<_> = if content_container {
|
||||||
content_col
|
content_col
|
||||||
|
.width(iced::Length::Fill)
|
||||||
|
.height(iced::Length::Fill)
|
||||||
.apply(|w| id_container(w, iced_core::id::Id::new("COSMIC_content_container")))
|
.apply(|w| id_container(w, iced_core::id::Id::new("COSMIC_content_container")))
|
||||||
.into()
|
.into()
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue