File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace Editor
13
13
public class ConvertToPrefabEditorWindow : ExportOptionsEditorWindow
14
14
{
15
15
protected override GUIContent WindowTitle { get { return new GUIContent ( "Convert Options" ) ; } }
16
- protected override float MinWindowHeight { get { return 280 ; } } // determined by trial and error
16
+ protected override float MinWindowHeight { get { return 350 ; } } // determined by trial and error
17
17
protected override string ExportButtonName { get { return "Convert" ; } }
18
18
private string m_prefabFileName = "" ;
19
19
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ protected bool OverwriteExistingFile(string filePath){
378
378
379
379
public class ExportModelEditorWindow : ExportOptionsEditorWindow
380
380
{
381
- protected override float MinWindowHeight { get { return 260 ; } }
381
+ protected override float MinWindowHeight { get { return 310 ; } } // determined by trial and error
382
382
protected override bool DisableNameSelection {
383
383
get {
384
384
return IsPlayableDirector ;
You can’t perform that action at this time.
0 commit comments