Skip to content

Commit

Permalink
Fix PetActionbarCooldown size
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-HeinzSchneider committed Aug 1, 2024
1 parent 098500c commit 1cf9be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mixin/Actionbar.mixin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ function DragonflightUIActionbarMixin:StyleButtons()

local cd = _G[btnName .. 'Cooldown']
cd:SetSwipeTexture('Interface\\Addons\\DragonflightUI\\Textures\\maskNewAlpha')
cd:SetSize(45, 45)
-- cd:GetSwipeTexture():SetAlpha(0.5)

local floatingBG = _G[btnName .. 'FloatingBG']
Expand Down

0 comments on commit 1cf9be2

Please sign in to comment.