DTree.SetLineHeight
From GMod Wiki
| Function | |
| Syntax | DTree:SetPadding( Integer Height ) |
| Description: | |
| Sets the Line Height on a panel. | |
| Returns: | nil |
| In Object: | DTree |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DTree.SetLineHeight]DTree.SetLineHeight [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Sets the Line Height on a panel. |
|---|---|
| Used on | |
| Code | local DTree= vgui.Create("DTree") DTree:SetLineHeight(22) |
| Output |