diff --git a/Themes/default/Graphics/StepsDisplay autogen/default.lua b/Themes/default/Graphics/StepsDisplay autogen/default.lua index 59ebf66c45..f876d08158 100644 --- a/Themes/default/Graphics/StepsDisplay autogen/default.lua +++ b/Themes/default/Graphics/StepsDisplay autogen/default.lua @@ -8,7 +8,8 @@ t[#t+1] = Def.Quad { InitCommand=cmd(zoomto,40,20;diffuse,Color.Black; diffusealpha,0.5;fadeleft,0.25;faderight,0.25); }; -t[#t+1] = LoadFont("Common","Normal") .. { +t[#t+1] = Def.BitmapText { + Font="Common Normal"; Text="AG"; InitCommand=cmd(shadowlength,1;zoom,0.875); };