Frame:SetMinResize

From Warcraft Wiki
Jump to navigation Jump to search

Specifies the minimum width and height that the object can be resized to.

frame:SetMinResize(minWidth,minHeight);

Arguments

minWidth
number - The minimum width the object can be resized to.
minHeight
number - The minimum height the object can be resized to.

Example

frame:SetResizable(true)
frame:SetMaxResize(8,8)

Patch changes