fix: gap between corner of window content and headerbar

This commit is contained in:
Ashley Wulber 2024-02-01 14:10:44 -05:00 committed by Ashley Wulber
parent 925f5f0993
commit c571a289b4
2 changed files with 35 additions and 12 deletions

View file

@ -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()