fix header text position

This commit is contained in:
Chandler Cox
2023-01-21 11:37:31 -06:00
parent a91990138b
commit 634eb0973b

View File

@@ -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