Skip to content

Commit

Permalink
Remove WoW 9.x micromenu sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Aug 7, 2023
1 parent f446194 commit 0c823ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MicroMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,10 @@ if WoWClassic then
MicroMenuBar.button_width = 29
MicroMenuBar.button_height = 58
MicroMenuBar.vpad_offset = -20
elseif WoW10 then
else
MicroMenuBar.button_width = 32
MicroMenuBar.button_height = 40
MicroMenuBar.vpad_offset = 0
else
MicroMenuBar.button_width = 28
MicroMenuBar.button_height = 36
end
function MicroMenuBar:ApplyConfig(config)
ButtonBar.ApplyConfig(self, config)
Expand Down

0 comments on commit 0c823ae

Please sign in to comment.