Garry's Mod Wiki

DFrame:SetMinHeight

  DFrame:SetMinHeight( number minH )

Description

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

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

Arguments

1 number minH
The minimum height the user can resize the frame to.