Unity Editor Window Question

Can I specify a minimum size for the editor window?
ex) editorWindow - Inspector, Hierarchy, Project. …

When using the unity editor version 2020, there was a minimum width size limit.

However, after upgrading Unity Editor to 2021, the minimum width size of EditorWindow became very small.

is this intended?

Is there any way I can set it to the 2020 version settings?

This question was written with Google Translate.

How were you determining/enforcing the minimum size in 2020?

I suppose in OnGUI you could just check if the window is below a certain size, and use that to enforce your desired minimum size.

Right, I was confused by ‘editor window’ because those aren’t editor windows (I know you’re using a translator, sorry), they’re just… windows I suppose.

I don’t think there is a way to restrict their size. Just, I guess, be careful not to make them too small.