Themes/default: Fix header alignment, make the background checkboard less gaudy

Themes/: remove anything we don't ship with.
This commit is contained in:
Jonathan Payne
2013-10-20 21:57:50 -07:00
parent 702f091ea1
commit 2e240a38c7
5 changed files with 14 additions and 6 deletions
@@ -13,7 +13,7 @@ t[#t+1] = Def.Quad {
t[#t+1] = LoadFont("Common Bold") .. {
Name="HeaderText";
Text=Screen.String("HeaderText");
InitCommand=cmd(x,-SCREEN_CENTER_X+24;y,24;zoom,1;horizalign,left;shadowlength,0;maxwidth,200);
InitCommand=cmd(x,-SCREEN_CENTER_X+24;y,26;zoom,1;horizalign,left;shadowlength,0;maxwidth,200);
OnCommand=cmd(strokecolor,Color.Invisible;diffusebottomedge,color("0.75,0.75,0.75"));
UpdateScreenHeaderMessageCommand=function(self,param)
self:settext(param.Header);