Adjusted initial positions of the bars to not overlap

This commit is contained in:
Hendrik Leppkes
2008-10-15 14:46:17 +02:00
parent bbdf0b06f8
commit b19d8ae23f
4 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ function MicroMenuMod:OnEnable()
v:SetFrameLevel(self.bar:GetFrameLevel() + 1)
end
-- TODO: real start position
self.bar:SetPoint("CENTER")
self.bar:SetPoint("CENTER", -105, 27)
end
self.bar:Enable()
self:ToggleOptions()