Skip to content

Commit

Permalink
chore(ui): set a minimum size for the error report window
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Jan 27, 2024
1 parent dd06883 commit 4dd2c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Editor/ErrorReporting/UI/ErrorReportWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ public GameObject CurrentAvatar
[ExcludeFromDocs]
public void CreateGUI()
{
minSize = new Vector2(300, 400);

// Each editor window contains a root VisualElement object
VisualElement root = rootVisualElement;
root.AddToClassList("WindowRoot");
Expand Down

0 comments on commit 4dd2c8f

Please sign in to comment.