fix: gap between corner of window content and headerbar
This commit is contained in:
parent
925f5f0993
commit
c571a289b4
2 changed files with 35 additions and 12 deletions
|
|
@ -645,7 +645,7 @@ impl<App: Application> ApplicationExt for App {
|
|||
.padding([0, 8, 8, 8])
|
||||
.width(iced::Length::Fill)
|
||||
.height(iced::Length::Fill)
|
||||
.style(crate::theme::Container::Background)
|
||||
.style(crate::theme::Container::WindowBackground)
|
||||
.into()
|
||||
} else {
|
||||
content_row.into()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue