fix bug where players can go above the column descriptions
This commit is contained in:
parent
44b8e7d14b
commit
01ba40aacc
@ -51,7 +51,7 @@ local PLAYER_LINE_TITLE = {
|
||||
self:DockPadding(3, 3, 3, 3)
|
||||
self:SetHeight(38)
|
||||
self:DockMargin(10, 0, 10, 2)
|
||||
self:SetZPos(-8000)
|
||||
self:SetZPos(-32768)
|
||||
end,
|
||||
|
||||
Paint = function(self, w, h)
|
||||
|
Loading…
Reference in New Issue
Block a user