Skip to content

Commit 782d148

Browse files
author
Austin Jubrey
committed
[REMOVED] my cool box
1 parent be5a577 commit 782d148

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ public override void OnInspectorGUI() {
8989

9090
EditorGUILayout.Space ();
9191

92-
GUILayout.BeginVertical("box");
93-
GUILayout.Space(10);
9492
GUILayout.BeginHorizontal ();
9593
GUILayout.Label (new GUIContent (
9694
"3D Application:",
@@ -174,8 +172,6 @@ public override void OnInspectorGUI() {
174172
"Launch the selected application after unity integration is completed."),
175173
exportSettings.launchAfterInstallation
176174
);
177-
GUILayout.Space(10);
178-
GUILayout.EndVertical();
179175

180176
GUILayout.FlexibleSpace ();
181177
GUILayout.EndScrollView ();

0 commit comments

Comments
 (0)