Skip to content

Commit be5a577

Browse files
author
AJubrey
committed
[ADDED] grouping in the UI to section off relevant elements
1 parent 11d168c commit be5a577

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

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

9090
EditorGUILayout.Space ();
9191

92+
GUILayout.BeginVertical("box");
93+
GUILayout.Space(10);
9294
GUILayout.BeginHorizontal ();
9395
GUILayout.Label (new GUIContent (
9496
"3D Application:",
@@ -172,6 +174,8 @@ public override void OnInspectorGUI() {
172174
"Launch the selected application after unity integration is completed."),
173175
exportSettings.launchAfterInstallation
174176
);
177+
GUILayout.Space(10);
178+
GUILayout.EndVertical();
175179

176180
GUILayout.FlexibleSpace ();
177181
GUILayout.EndScrollView ();

0 commit comments

Comments
 (0)