Revert "Make rename popup more visible via orange outline"
This reverts commit 006a41b0da.
This commit is contained in:
@@ -77,7 +77,6 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user