Various minor improvements

This commit is contained in:
Wojtek Figat
2023-05-04 11:55:22 +02:00
parent 1c12e3d530
commit 273b6c0228
10 changed files with 18 additions and 32 deletions

View File

@@ -82,7 +82,7 @@ namespace FlaxEditor.Windows.Assets
var proxy = (PropertiesProxy)Values[0];
if (proxy.Asset == null || !proxy.Asset.IsLoaded)
{
layout.Label("Loading...");
layout.Label("Loading...", TextAlignment.Center);
return;
}