Fix various editor labels placement after UI resizing refactor

#3317
This commit is contained in:
Wojtek Figat
2025-03-31 15:35:32 +02:00
parent bf849c860a
commit 368ef9185b
3 changed files with 6 additions and 3 deletions

View File

@@ -221,6 +221,7 @@ namespace FlaxEditor.Windows.Assets
{
Text = $"{Asset.DataTypeName}",
TooltipText = "Asset data type (full name)",
Pivot = Float2.Zero,
AnchorPreset = AnchorPresets.TopRight,
AutoWidth = true,
Parent = this,