From ffffa4a5686f9a91238be3615e33aec2ee732327 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 21 Jul 2012 12:40:29 +0400 Subject: [PATCH] A little correction to vengeance bar size --- ElvUI_SLE/libs/oUF_Vengeance/oUF_Vengeance.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/libs/oUF_Vengeance/oUF_Vengeance.lua b/ElvUI_SLE/libs/oUF_Vengeance/oUF_Vengeance.lua index 098e865..9daa685 100644 --- a/ElvUI_SLE/libs/oUF_Vengeance/oUF_Vengeance.lua +++ b/ElvUI_SLE/libs/oUF_Vengeance/oUF_Vengeance.lua @@ -59,7 +59,7 @@ local Vbar = ElvUF_Player.Vengeance Vbar:CreateBackdrop("Default") Vbar:SetFrameLevel(5) Vbar:Point("TOPLEFT", RightChatTab, "TOPLEFT", 0, 0) --2 lines for determining positioning and size -Vbar:Point("BOTTOMRIGHT", RightChatTab, "BOTTOMRIGHT", 0, 0) +Vbar:Point("BOTTOMRIGHT", RightChatTab, "BOTTOMRIGHT", 0, 2) Vbar:SetStatusBarTexture(E["media"].normTex) Vbar.Text = Vbar:CreateFontString(nil, 'OVERLAY') -- 1.7.9.5