Skip to content

Commit

Permalink
Cooldowns: Revert the gap change for Beautycase
Browse files Browse the repository at this point in the history
The borders also changed, so the gap needed to be
lowered a bit.
  • Loading branch information
nebularg committed Apr 7, 2018
1 parent 90607dd commit e4c22ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Cooldowns/Registry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ do
barStyles.BeautyCase = {
apiVersion = 1,
version = 10,
GetSpacing = function() return 10 end,
GetSpacing = function() return 8 end,
ApplyStyle = styleBar,
BarStopped = freeStyle,
GetStyleName = function() return "!Beautycase" end,
Expand Down

0 comments on commit e4c22ea

Please sign in to comment.