Skip to content

Commit

Permalink
Fix issue #167
Browse files Browse the repository at this point in the history
  • Loading branch information
tukz committed Jul 29, 2024
1 parent 47a1da8 commit 7f48637
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tukui/Modules/Miscellaneous/MicroMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ function MicroMenu:Minimalist()

Button:StripTextures()
Button:SetAlpha(0)
Button:SetParent(MicroMenu)
Button:SetWidth(math.floor(Width / NumButtons))
Button:SetHeight(Height - 2)
Button:SetHitRectInsets(0, 0, 0, 0)
Expand Down Expand Up @@ -138,7 +137,6 @@ function MicroMenu:Minimalist()
Button:SetPoint("RIGHT", MicroMenu)
end
end

end
end

Expand Down

0 comments on commit 7f48637

Please sign in to comment.