fix: padding for graphics and network
This commit is contained in:
parent
3338cb74b6
commit
1d3e5e13fc
2 changed files with 13 additions and 9 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue