Beta Documentation - Subject to change.

Sets the minimum height of the window.

Syntax

Lua
function Window:SetMinimumHeight(value);

Parameters

value
Type: number
The minimum height of the window.

Remarks

Sets the minimum height of the window.

See Also