Adding collections background color in global settings

This commit is contained in:
Crawcik
2021-06-03 14:29:42 +02:00
parent e459707b0d
commit 9b55ffdf6c
6 changed files with 17 additions and 11 deletions

View File

@@ -126,7 +126,7 @@ namespace FlaxEditor.CustomEditors.Editors
{
_readOnly = false;
NotNullItems = false;
_background = new Color(1f, 1f, 1f, 0.08f);
_background = FlaxEngine.GUI.Style.Current.CollectionBackgroundColor;
}
else
{