fix(context menu): increase vertical item padding (#665)
This matches the context menu to the designs.
This commit is contained in:
parent
23d0a3bc74
commit
06150f7d44
5 changed files with 61 additions and 55 deletions
|
|
@ -806,9 +806,9 @@ impl Application for App {
|
|||
for item in items.iter() {
|
||||
if item.selected {
|
||||
actions.extend(
|
||||
item.preview_header().into_iter().map(|element| {
|
||||
element.map(move |message| Message::from(message))
|
||||
}),
|
||||
item.preview_header()
|
||||
.into_iter()
|
||||
.map(|element| element.map(Message::from)),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue