DNotify.SetSpacing
From GMod Wiki
Function | |
Syntax | Panel:SetSpacing( integer Spacing ) |
Description: | |
Sets the spacing of elements. | |
Returns: | nil |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DNotify.SetSpacing]DNotify.SetSpacing [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Sets a SetSpacing for the Panel. |
---|---|
Used on | |
Code | local Label = vgui.Create( "DNotify" , DermaPanel) Label:SetSpacing(1) |
Output | N/A |