fix bug where players can go above the column descriptions

This commit is contained in:
edshot99 2024-12-19 16:09:55 -06:00
parent 44b8e7d14b
commit 01ba40aacc

View File

@ -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)