from retail

diffchecked
This commit is contained in:
NoM0Re
2025-02-14 18:46:41 +01:00
parent 436041dd92
commit 290981ff25
22 changed files with 297 additions and 243 deletions
@@ -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