# Editor.PanelWindow.MinSize

```csharp
Vector2 MinSize { get; set; }
```

The smallest the user can resize the window to. Zero means no limit.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
