Skip to content

Commit ace6f00

Browse files
committed
UT-2110 fix export/convert buttons cut off in dialog
1 parent 764900c commit ace6f00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ protected void OnGUI ()
446446
}
447447
}
448448
GUILayout.EndHorizontal ();
449+
EditorGUILayout.Space(); // adding a space at bottom of dialog so buttons aren't right at the edge
449450

450451
if (GUI.changed) {
451452
SaveExportSettings ();

0 commit comments

Comments
 (0)