small fix

This commit is contained in:
Chandler Cox
2023-01-20 02:14:05 -06:00
parent 56c9be6f8c
commit 5d601621cf

View File

@@ -537,7 +537,7 @@ namespace FlaxEditor.CustomEditors.Editors
{ {
Size = buttonsSize, Size = buttonsSize,
Parent = buttonsPanel, Parent = buttonsPanel,
Text = "Clear All", Text = "Clear all",
}; };
buttonClearAll.Clicked += () => buttonClearAll.Clicked += () =>
{ {