Skip to content
Snippets Groups Projects
Commit 2806b5b8 authored by Albert Gräf's avatar Albert Gräf
Browse files

Add an extra separator before the dropdown option in the put menu.

parent ed76a595
No related branches found
No related tags found
No related merge requests found
...@@ -425,6 +425,7 @@ function create_menu(gui, type) { ...@@ -425,6 +425,7 @@ function create_menu(gui, type) {
modifiers: shortcuts.menu.comment.modifiers, modifiers: shortcuts.menu.comment.modifiers,
tooltip: l("menu.comment_tt") tooltip: l("menu.comment_tt")
})); }));
put_menu.append(new gui.MenuItem({ type: "separator" }));
put_menu.append(m.put.dropdown = new gui.MenuItem({ put_menu.append(m.put.dropdown = new gui.MenuItem({
label: l("menu.dropdown"), label: l("menu.dropdown"),
key: shortcuts.menu.dropdown.key, key: shortcuts.menu.dropdown.key,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment