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