fix(applet list): remove extra padding
This commit is contained in:
parent
fa60f357ac
commit
3ee44da4b6
1 changed files with 0 additions and 2 deletions
|
|
@ -466,7 +466,6 @@ pub fn lists<
|
||||||
let cosmic::cosmic_theme::Spacing {
|
let cosmic::cosmic_theme::Spacing {
|
||||||
space_xxs,
|
space_xxs,
|
||||||
space_xs,
|
space_xs,
|
||||||
space_s,
|
|
||||||
..
|
..
|
||||||
} = theme::active().cosmic().spacing;
|
} = theme::active().cosmic().spacing;
|
||||||
let page = page.inner();
|
let page = page.inner();
|
||||||
|
|
@ -568,7 +567,6 @@ pub fn lists<
|
||||||
.spacing(space_xxs)
|
.spacing(space_xxs)
|
||||||
.into(),
|
.into(),
|
||||||
])
|
])
|
||||||
.padding([0, space_s])
|
|
||||||
.spacing(space_xs)
|
.spacing(space_xs)
|
||||||
.apply(Element::from)
|
.apply(Element::from)
|
||||||
.map(msg_map)
|
.map(msg_map)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue