various fixes and improvements. size changes for headers, deactivate containement for collections.

This commit is contained in:
Chandler Cox
2023-01-21 13:35:51 -06:00
parent 634eb0973b
commit 66fd5e716c
5 changed files with 26 additions and 6 deletions

View File

@@ -96,6 +96,7 @@ namespace FlaxEditor.CustomEditors
if (useTransparentHeader)
{
element.Panel.EnableDropDownIcon = true;
element.Panel.EnableContainmentLines = false;
element.Panel.HeaderColor = element.Panel.HeaderColorMouseOver = Color.Transparent;
}
OnAddElement(element);