Revision Difference
DFrame:SetMinHeight#513226
<function name="SetMinHeight" parent="DFrame" type="panelfunc">⤶
<ispanel>yes</ispanel>⤶
<description>⤶
Sets the minimum height the DFrame can be resized to by the user.⤶
⤶
This only applies to users attempting to resize the frame; <page>Panel:SetTall</page> and similar methods will not be affected. You must call <page>DFrame:SetSizable</page> before the user can resize the frame.⤶
</description>⤶
<realm>Client</realm>⤶
<args>⤶
<arg name="minH" type="number">The minimum height the user can resize the frame to.</arg>⤶
</args>⤶
</function>⤶
⤶