From 0e337a9420bced3c96bc93764c7fcadc04de74e5 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 20 Jan 2012 13:44:16 -0600 Subject: [PATCH] resize combo graph number to fit the new, bigger font. --- Themes/default/Graphics/ComboGraph ComboNumber.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/Graphics/ComboGraph ComboNumber.lua b/Themes/default/Graphics/ComboGraph ComboNumber.lua index fe1b36a7a1..33b3dbeb86 100644 --- a/Themes/default/Graphics/ComboGraph ComboNumber.lua +++ b/Themes/default/Graphics/ComboGraph ComboNumber.lua @@ -1,3 +1,3 @@ return LoadFont("Combo Numbers") .. { - InitCommand=cmd(zoom,0.4;y,-1;shadowlengthx,0;shadowlengthy,1;strokecolor,color("#00000077");); + InitCommand=cmd(zoom,12/54;y,-1;shadowlengthx,0;shadowlengthy,1;strokecolor,color("#00000077");); }; \ No newline at end of file