Add tooltip text for path to let user know it is not editable.
This commit is contained in:
@@ -765,6 +765,7 @@ namespace FlaxEditor.Windows.Assets
|
||||
layout.Space(5);
|
||||
layout.Label("Import Path:");
|
||||
var textBox = layout.TextBox().TextBox;
|
||||
textBox.TooltipText = "Path is not editable here.";
|
||||
textBox.IsReadOnly = true;
|
||||
textBox.Text = path;
|
||||
layout.Space(2);
|
||||
|
||||
Reference in New Issue
Block a user