UI: add offset edge slide to edge menu

This was only available in the context menu which only shows
when the selection was set to edge-mode, even though this
works in other modes.
This commit is contained in:
Campbell Barton 2020-05-12 13:53:46 +10:00
parent 8770f35305
commit bff679f8f9
1 changed files with 1 additions and 0 deletions

View File

@ -4005,6 +4005,7 @@ class VIEW3D_MT_edit_mesh_edges(Menu):
layout.separator()
layout.operator("transform.edge_slide")
layout.operator("mesh.offset_edge_loops_slide")
layout.separator()