Skip to content

Commit

Permalink
Update maxwidth for tab labels in chat overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
caiohsr14 committed Dec 2, 2018
1 parent 06c8625 commit 1fc925b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ for i = 0, maxTabs - 1 do
{
InitCommand = function(self)
self:halign(0):valign(0)
self:maxwidth(tabWidth)
self:maxwidth(tabWidth*2)
self:zoom(scale)
self:diffuse(color("#000000"))
self:xy(x + tabWidth * i + 4, y + height * (1 + (tabHeight / 4)))
Expand Down

0 comments on commit 1fc925b

Please sign in to comment.