Sets the minimum size of the frame for user resizing. Applies when resizing the frame with the mouse via :StartSizing().
Signature:
Frame:SetMinResize(minWidth, minHeight)
Arguments:
minWidth- Minimum width of the frame (in pixels), or0for no limit (number)minHeight- Minimum height of the frame (in pixels), or0for no limit (number)