Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia

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[]