fix: padding for graphics and network

This commit is contained in:
Ashley Wulber 2023-10-20 12:56:50 -04:00 committed by Ashley Wulber
parent 3338cb74b6
commit 1d3e5e13fc
2 changed files with 13 additions and 9 deletions

View file

@ -751,7 +751,10 @@ impl cosmic::Application for CosmicNetworkApplet {
.push(scrollable(Column::with_children(list_col)).height(Length::Fixed(300.0)));
}
}
self.core.applet.popup_container(content).into()
self.core
.applet
.popup_container(content.padding([16, 0, 8, 0]))
.into()
}
fn subscription(&self) -> Subscription<Message> {