We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 530e9af + 369d4e1 commit 3e8a691Copy full SHA for 3e8a691
Assets/com.unity.formats.fbx/Editor/Scripts/ExportModelEditorWindow.cs
@@ -64,6 +64,7 @@ protected virtual void OnEnable(){
64
m_nameTextFieldStyle = new GUIStyle(GUIStyle.none);
65
m_nameTextFieldStyle.alignment = TextAnchor.LowerCenter;
66
m_nameTextFieldStyle.clipping = TextClipping.Clip;
67
+ m_nameTextFieldStyle.normal.textColor = EditorStyles.textField.normal.textColor;
68
69
m_fbxExtLabelStyle = new GUIStyle (GUIStyle.none);
70
m_fbxExtLabelStyle.alignment = TextAnchor.MiddleLeft;
0 commit comments