from retail
diffchecked
This commit is contained in:
@@ -57,7 +57,7 @@ local methods = {
|
||||
["SetText"] = function(self, text)
|
||||
self.text:SetText(text)
|
||||
if text ~= "" then
|
||||
self:SetWidth(self.text:GetStringWidth() + 24)
|
||||
self:SetWidth(self.text:GetStringWidth() + 28)
|
||||
else
|
||||
self:SetWidth(16)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user