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.