From 6d91f0f80feb6fd4f7582a5d8d389f36a6c3871f Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Thu, 9 Oct 2008 00:23:36 +0200 Subject: [PATCH] Fixed width of the MicroMenu overlay --- MicroMenu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MicroMenu.lua b/MicroMenu.lua index 532b9d4..2c8e5fd 100644 --- a/MicroMenu.lua +++ b/MicroMenu.lua @@ -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