File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public override void OnInspectorGUI() {
48
48
GUILayout . BeginHorizontal ( ) ;
49
49
GUILayout . Label ( new GUIContent (
50
50
"Export Path:" ,
51
- "Relative path for saving Model Prefabs." ) ) ;
51
+ "Relative path for saving Model Prefabs." ) , GUILayout . Width ( LabelWidth ) ) ;
52
52
53
53
var pathLabel = ExportSettings . GetRelativeSavePath ( ) ;
54
54
if ( pathLabel == "." ) { pathLabel = "(Assets root)" ; }
@@ -92,7 +92,7 @@ public override void OnInspectorGUI() {
92
92
GUILayout . BeginHorizontal ( ) ;
93
93
GUILayout . Label ( new GUIContent (
94
94
"3D Application:" ,
95
- "Select the 3D Application for which you would like to install the Unity integration." ) ) ;
95
+ "Select the 3D Application for which you would like to install the Unity integration." ) , GUILayout . Width ( LabelWidth ) ) ;
96
96
97
97
// dropdown to select Maya version to use
98
98
var options = ExportSettings . GetDCCOptions ( ) ;
You can’t perform that action at this time.
0 commit comments