add text wrapping, change label size

This commit is contained in:
Brandon Sturgeon 2021-01-26 00:10:04 -05:00 committed by pierce
parent 04c53fc736
commit bb4650267b

View File

@ -12,6 +12,9 @@ local function populatePanel( form )
warning:SetText( "Adding a domain here could expose your ip to other players (and other vulnerabilities)" )
warning:SetColor( Color(255, 0, 0) )
warning:SetFont("GModToolHelp")
warning:SetWrap( true )
warning:SetSize(300, 100)
form:AddItem( warning )
local list = vgui.Create( "DListView")