Skip to content

Commit 933cd0d

Browse files
authored
Fix label getting cut off. (#538)
1 parent 02b63eb commit 933cd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.formats.fbx/Editor/ExportModelSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public override void OnInspectorGUI ()
9797
GUILayout.EndHorizontal ();
9898

9999
GUILayout.BeginHorizontal();
100-
EditorGUILayout.LabelField(new GUIContent("Preserve Import Settings for Existing FBX",
100+
EditorGUILayout.LabelField(new GUIContent("Preserve Import Settings",
101101
"If checked, the import settings from the overwritten FBX will be carried over to the new version."), GUILayout.Width(LabelWidth - FieldOffset));
102102
// greyed out if exporting outside assets folder
103103
EditorGUI.BeginDisabledGroup(ExportSettings.instance.ExportOutsideProject);

0 commit comments

Comments
 (0)