Skip to content

Commit 3910430

Browse files
authored
Merge pull request #342 from Unity-Technologies/Uni-41585-ConvertDialogSize
Uni-41585-ConvertDialogSize
2 parents 9a49eaf + 6c6ed23 commit 3910430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/FbxExporters/Editor/ConvertToPrefabEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Editor
1515
public class ConvertToPrefabEditorWindow : ExportOptionsEditorWindow
1616
{
1717
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
1919
protected override string ExportButtonName { get { return "Convert"; } }
2020
private GameObject[] m_toConvert;
2121
private string m_prefabFileName = "";

Assets/FbxExporters/Editor/ExportModelEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public abstract class ExportOptionsEditorWindow : EditorWindow
2222
protected const float TextFieldAlignOffset = 3;
2323
protected const float ExportButtonWidth = 100;
2424
protected const float FbxExtOffset = -7;
25-
protected virtual float MinWindowHeight { get { return 250; } }
25+
protected virtual float MinWindowHeight { get { return 300; } }
2626

2727
protected virtual string ExportButtonName { get { return "Export"; } }
2828

0 commit comments

Comments
 (0)