Adjust size and alignment of the drag-overlay for the Totem Bar.
This commit is contained in:
parent
b5750b2e52
commit
fb3b048fa4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue