Beta Documentation - Subject to change.

Sets the minimum size of the window.

Syntax

Lua
function Window:SetMinimumSize(width, height);

Parameters

width
Type: number
The desired minimum width.
height
Type: number
The desired minimum height.

Remarks

Sets the minimum size of the window.

See Also