mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
add text wrapping, change label size
This commit is contained in:
parent
04c53fc736
commit
bb4650267b
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user