Deploy context menu when clicking on split icon

This commit is contained in:
Antonio Scandurra 2022-07-13 12:15:36 +02:00
parent c87efb0dbc
commit 9677db9f8f
7 changed files with 100 additions and 46 deletions

View file

@ -277,6 +277,8 @@ impl ContextMenu {
.boxed(),
}
}))
.contained()
.with_margin_left(style.keystroke_margin)
.boxed(),
)
.contained()