From fb3b048fa49d232c1fccb387eb274a8804732831 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Mon, 7 Dec 2009 21:49:09 +0100 Subject: [PATCH] Adjust size and alignment of the drag-overlay for the Totem Bar. --- MultiCastBar.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MultiCastBar.lua b/MultiCastBar.lua index 9d2d711..a11eac3 100644 --- a/MultiCastBar.lua +++ b/MultiCastBar.lua @@ -54,8 +54,8 @@ function MultiCastBar:ApplyConfig(config) end function MultiCastBar:PerformLayout() - self:SetSize(240, 43) + self:SetSize(230, 40) local bar = self.content bar:ClearAllPoints() - bar:SetPoint("TOPLEFT", self, "TOPLEFT", -26, 5) + bar:SetPoint("TOPLEFT", self, "TOPLEFT", 3, 1) end