webedit fix moment. Fixes right click menu separation.

This commit is contained in:
Moony 2022-05-25 20:14:27 -05:00 committed by GitHub
parent 71a9ddc5f4
commit 93665528e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ namespace Content.Client.ContextMenu.UI
UserInterfaceManager.ModalRoot.AddChild(this);
MenuBody.OnChildRemoved += ctrl => _presenter.OnRemoveElement(this, ctrl);
MenuBody.VSeparationOverride = 0;
MenuBody.HSeparationOverride = 0;
if (ParentElement != null)
{