Fixed width of the MicroMenu overlay

This commit is contained in:
Hendrik Leppkes
2008-10-09 00:23:36 +02:00
parent 9a6173787f
commit 6d91f0f80f
+1 -1
View File
@@ -77,7 +77,7 @@ function MicroMenuBar:PerformLayout()
if self.config.vertical then
-- TODO: vertical
else
self:SetSize(212, 45)
self:SetSize(252, 45)
self.buttons[1]:ClearAllPoints()
self.buttons[1]:SetPoint("TOPLEFT", self, "TOPLEFT", 5, 18)
for i = 2, #self.buttons do