Skip to content

Commit

Permalink
Align micromenu with changed button sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingUpstream authored and Nevcairiel committed Aug 7, 2023
1 parent e1e864f commit f446194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MicroMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ if WoWClassic then
MicroMenuBar.button_height = 58
MicroMenuBar.vpad_offset = -20
elseif WoW10 then
MicroMenuBar.button_width = 19
MicroMenuBar.button_height = 26
MicroMenuBar.button_width = 32
MicroMenuBar.button_height = 40
MicroMenuBar.vpad_offset = 0
else
MicroMenuBar.button_width = 28
Expand Down

0 comments on commit f446194

Please sign in to comment.