make the ui editor look like the actor transform editor

This commit is contained in:
Saas
2025-10-31 18:02:35 +01:00
parent 7b3e41efae
commit c1738bcb0a

View File

@@ -701,8 +701,7 @@ namespace FlaxEditor.CustomEditors.Dedicated
{
valueBox = floatEditorElement.ValueBox;
var back = FlaxEngine.GUI.Style.Current.TextBoxBackground;
valueBox.BorderColor = Color.Lerp(borderColor, back, ActorTransformEditor.AxisGreyOutFactor);
valueBox.BorderSelectedColor = borderColor;
valueBox.HighlightColor = borderColor;
}
return grid;
}