mirror of
https://github.com/chev2/gmod-addons.git
synced 2025-12-18 14:02:21 +00:00
SprayMesh Extended: Fix incorrect placeholder text
This commit is contained in:
parent
183e05fd92
commit
45da650a08
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ function PANEL:Init()
|
|||
self.SavedSpraySearch = self.SavedSpraysPanel:Add("DTextEntry")
|
||||
self.SavedSpraySearch:DockMargin(0, 0, 0, 8)
|
||||
self.SavedSpraySearch:Dock(TOP)
|
||||
self.SavedSpraySearch:SetPlaceholderText("Enter a name for your spray...")
|
||||
self.SavedSpraySearch:SetPlaceholderText("Search for a spray...")
|
||||
self.SavedSpraySearch:SetUpdateOnType(true)
|
||||
self.SavedSpraySearch:SetMaximumCharCount(256)
|
||||
self.SavedSpraySearch:SetTextColor(color_white)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue