Add tooltip text for path to let user know it is not editable.
This commit is contained in:
@@ -217,6 +217,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);
|
||||
|
||||
@@ -107,6 +107,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);
|
||||
|
||||
@@ -60,6 +60,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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -1029,6 +1029,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);
|
||||
|
||||
@@ -126,6 +126,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);
|
||||
|
||||
@@ -151,6 +151,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