Quantcast

A little correction to vengeance bar size

Darthpred [07-21-12 - 08:40]
A little correction to vengeance bar size
Filename
ElvUI_SLE/libs/oUF_Vengeance/oUF_Vengeance.lua
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')