fix text spilling out of some elements (TextBanner, some Options related items)

This commit is contained in:
AJ Kelly
2009-04-25 00:53:34 +00:00
parent 75883f7f99
commit 5333b30d21
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ function TextBannerAfterSet(self,param)
local Subtitle=self:GetChild("Subtitle");
--local Artist=self:GetChild("Artist");
if Subtitle:GetText() == "" then
(cmd(maxwidth,300;y,0;zoom,1.0;))(Title);
(cmd(maxwidth,208;y,0;zoom,1.0;))(Title);
(cmd(visible,false))(Subtitle);
--(cmd(zoom,0.66;maxwidth,300;y,7))(Artist);
else