Scale background appropriately
This commit is contained in:
parent
e028c2eac5
commit
55ef1dc54f
3 changed files with 15 additions and 2 deletions
|
|
@ -524,6 +524,7 @@ impl cosmic::Application for App {
|
|||
.style(cosmic::theme::Container::Transparent),
|
||||
)
|
||||
.image(self.flags.background.clone())
|
||||
.content_fit(iced::ContentFit::Cover)
|
||||
.into()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue