From 634eb0973b16fb62914da9540c21cc0ecfccf1ab Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Sat, 21 Jan 2023 11:37:31 -0600 Subject: [PATCH] fix header text position --- Source/Editor/CustomEditors/Dedicated/ScriptsEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/CustomEditors/Dedicated/ScriptsEditor.cs b/Source/Editor/CustomEditors/Dedicated/ScriptsEditor.cs index ab13cf157..5e8b44f3c 100644 --- a/Source/Editor/CustomEditors/Dedicated/ScriptsEditor.cs +++ b/Source/Editor/CustomEditors/Dedicated/ScriptsEditor.cs @@ -681,7 +681,7 @@ namespace FlaxEditor.CustomEditors.Dedicated }; settingsButton.Clicked += OnSettingsButtonClicked; - group.Panel.HeaderTextMargin = new Margin(scriptDrag.Right, 15, 2, 2); + group.Panel.HeaderTextMargin = new Margin(scriptDrag.Right - 12, 15, 2, 2); group.Object(values, editor); // Scripts arrange bar