Fixed width of the MicroMenu overlay
This commit is contained in:
parent
9a6173787f
commit
6d91f0f80f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue