From 93665528e056359f3191b1f4928ecba77aac61c2 Mon Sep 17 00:00:00 2001 From: Moony Date: Wed, 25 May 2022 20:14:27 -0500 Subject: [PATCH] webedit fix moment. Fixes right click menu separation. --- Content.Client/ContextMenu/UI/ContextMenuPopup.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/ContextMenu/UI/ContextMenuPopup.xaml.cs b/Content.Client/ContextMenu/UI/ContextMenuPopup.xaml.cs index dffb2505f4..05b25757a3 100644 --- a/Content.Client/ContextMenu/UI/ContextMenuPopup.xaml.cs +++ b/Content.Client/ContextMenu/UI/ContextMenuPopup.xaml.cs @@ -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) {