Fixed width of the MicroMenu overlay
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ function MicroMenuBar:PerformLayout()
|
|||||||
if self.config.vertical then
|
if self.config.vertical then
|
||||||
-- TODO: vertical
|
-- TODO: vertical
|
||||||
else
|
else
|
||||||
self:SetSize(212, 45)
|
self:SetSize(252, 45)
|
||||||
self.buttons[1]:ClearAllPoints()
|
self.buttons[1]:ClearAllPoints()
|
||||||
self.buttons[1]:SetPoint("TOPLEFT", self, "TOPLEFT", 5, 18)
|
self.buttons[1]:SetPoint("TOPLEFT", self, "TOPLEFT", 5, 18)
|
||||||
for i = 2, #self.buttons do
|
for i = 2, #self.buttons do
|
||||||
|
|||||||
Reference in New Issue
Block a user