Garry's Mod Wiki

DFrame:SetMinWidth

  DFrame:SetMinWidth( number minW )

Description

Sets the minimum width the DFrame can be resized to by the user.

This only applies to users attempting to resize the frame; Panel:SetWide and similar methods will not be affected. You must call DFrame:SetSizable before the user can resize the frame.

Arguments

1 number minW
The minimum width the user can resize the frame to.