Adjust size and alignment of the drag-overlay for the Totem Bar.

This commit is contained in:
Hendrik Leppkes
2009-12-07 21:49:09 +01:00
parent b5750b2e52
commit fb3b048fa4
+2 -2
View File
@@ -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