Syntax
| Lua |
|---|
function Window:SetMinimumHeight(value); |
Parameters
- value
-
Type:
number
The minimum height of the window.
Remarks
Sets the minimum height of the window.
| Lua |
|---|
function Window:SetMinimumHeight(value); |