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 @@ -15,7 +15,7 @@ namespace Editor
15
15
public class ConvertToPrefabEditorWindow : ExportOptionsEditorWindow
16
16
{
17
17
protected override GUIContent WindowTitle { get { return new GUIContent ( "Convert Options" ) ; } }
18
- protected override float MinWindowHeight { get { return 280 ; } } // determined by trial and error
18
+ protected override float MinWindowHeight { get { return 300 ; } } // determined by trial and error
19
19
protected override string ExportButtonName { get { return "Convert" ; } }
20
20
private GameObject [ ] m_toConvert ;
21
21
private string m_prefabFileName = "" ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public abstract class ExportOptionsEditorWindow : EditorWindow
22
22
protected const float TextFieldAlignOffset = 3 ;
23
23
protected const float ExportButtonWidth = 100 ;
24
24
protected const float FbxExtOffset = - 7 ;
25
- protected virtual float MinWindowHeight { get { return 250 ; } }
25
+ protected virtual float MinWindowHeight { get { return 300 ; } }
26
26
27
27
protected virtual string ExportButtonName { get { return "Export" ; } }
28
28
You can’t perform that action at this time.
0 commit comments