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 -1
View File
@@ -30,7 +30,7 @@ function StanceBarMod:OnEnable()
if not self.bar then
self.bar = setmetatable(Bartender4.ButtonBar:Create("StanceBar", self.db.profile, L["Stance Bar"]), {__index = StanceBar})
self.bar:ClearSetPoint("CENTER")
self.bar:ClearSetPoint("CENTER", -55, -10)
self.bar:SetScript("OnEvent", StanceBar.OnEvent)
end
self.bar:Enable()