Garry's Mod Wiki

Panel:SetTextInset

  Panel:SetTextInset( number insetX, number insetY )

Description

Sets the left and top text margins of a text-based panel object, such as a DButton or DLabel.

Arguments

1 number insetX
The left margin for the text, in pixels. This will only affect centered text if the margin is greater than its x-coordinate.
2 number insetY
The top margin for the text, in pixels.