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.
1 parent be5a577 commit 782d148Copy full SHA for 782d148
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -89,8 +89,6 @@ public override void OnInspectorGUI() {
89
90
EditorGUILayout.Space ();
91
92
- GUILayout.BeginVertical("box");
93
- GUILayout.Space(10);
94
GUILayout.BeginHorizontal ();
95
GUILayout.Label (new GUIContent (
96
"3D Application:",
@@ -174,8 +172,6 @@ public override void OnInspectorGUI() {
174
172
"Launch the selected application after unity integration is completed."),
175
173
exportSettings.launchAfterInstallation
176
);
177
178
- GUILayout.EndVertical();
179
180
GUILayout.FlexibleSpace ();
181
GUILayout.EndScrollView ();
0 commit comments