Make rename popup more visible via orange outline

This commit is contained in:
Wojtek Figat
2024-03-07 17:18:37 +01:00
parent 8de2249ed8
commit 006a41b0da

View File

@@ -77,6 +77,7 @@ namespace FlaxEditor.GUI
_startValue = value;
_inputField = new TextBox(isMultiline, 0, 0, size.Y);
_inputField.BorderColor = _inputField.BorderSelectedColor = Style.Current.SelectionBorder;
_inputField.TextChanged += OnTextChanged;
_inputField.AnchorPreset = AnchorPresets.StretchAll;
_inputField.Offsets = Margin.Zero;