fixup music wheel font

This commit is contained in:
Chris Danford
2009-04-07 03:00:41 +00:00
parent 7c884a1397
commit df9f8c4669
9 changed files with 7 additions and 360 deletions
+2 -2
View File
@@ -111,12 +111,12 @@ 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.1;))(Title);
(cmd(maxwidth,300;y,0;zoom,1.0;))(Title);
(cmd(visible,false))(Subtitle);
--(cmd(zoom,0.66;maxwidth,300;y,7))(Artist);
else
-- subtitle below
(cmd(zoom,1;y,-6;zoom,1.0;))(Title);
(cmd(zoom,1;y,-6;zoom,0.9;))(Title);
(cmd(visible,true;zoom,0.6;y,7))(Subtitle);
--(cmd(zoom,0.66;maxwidth,300;y,9))(Artist);
end