From ec75fbd7325920a2e8fd93212672e021887e1ef3 Mon Sep 17 00:00:00 2001 From: yaroot Date: Fri, 26 Nov 2010 18:01:58 +0800 Subject: [PATCH] move it upwards 1px --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index c7ef33d..4e713ac 100644 --- a/core.lua +++ b/core.lua @@ -171,7 +171,7 @@ function SATimer:CreateTimer() f.text2 = f:CreateFontString(nil, 'OVERLAY') f.text2:SetFont(font, 20, 'OUTLINE') - f.text2:SetPoint('BOTTOMLEFT', f, 'BOTTOMRIGHT', 0, 2) + f.text2:SetPoint('BOTTOMLEFT', f, 'BOTTOMRIGHT', 0, 3) f.text2:SetJustifyH('LEFT') f.text2:SetJustifyV('BOTTOM') f.text2:SetTextColor(r, g, b) -- 1.7.9.5