Add tooltip text.

This commit is contained in:
Chandler Cox
2023-08-26 16:17:21 -05:00
parent 514bc00310
commit c5ff2c8c2f

View File

@@ -139,7 +139,8 @@ namespace FlaxEditor.Windows.Assets
var typeText = new Label
{
Text = $"Type: {Asset.DataTypeName}",
Text = $"{Asset.DataTypeName}",
TooltipText = "The Asset Type.",
AnchorPreset = AnchorPresets.TopRight,
AutoWidth = true,
Parent = this,