From ed8c7bc33846083e504aae0698373d2a80ac749a Mon Sep 17 00:00:00 2001 From: Nils Hausfeld Date: Sun, 9 Jun 2024 23:52:34 +0200 Subject: [PATCH] - Format change --- Source/Editor/Surface/ContextMenu/VisjectCM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Surface/ContextMenu/VisjectCM.cs b/Source/Editor/Surface/ContextMenu/VisjectCM.cs index 182d18b5d..2b922297c 100644 --- a/Source/Editor/Surface/ContextMenu/VisjectCM.cs +++ b/Source/Editor/Surface/ContextMenu/VisjectCM.cs @@ -225,7 +225,7 @@ namespace FlaxEditor.Surface.ContextMenu _descriptionPanel = descriptionPanel; var signatureFontReference = new FontReference(Style.Current.FontLarge.Asset, 11); - var signatureLabel = new Label(8, 8, Width - 16, Height - 16) + var signatureLabel = new Label(8, 12, Width - 16, Height - 16) { Parent = _descriptionPanel, HorizontalAlignment = TextAlignment.Near,