mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update
This commit is contained in:
@@ -110,7 +110,7 @@ function AB:PositionAndSizeBar(barName)
|
||||
|
||||
E:Size(button, size)
|
||||
|
||||
_G[button:GetName().."Cooldown"]:SetModelScale((size / 36) * 0.75)
|
||||
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48)
|
||||
|
||||
ActionButton_ShowGrid(button)
|
||||
|
||||
|
||||
@@ -170,6 +170,9 @@ function AB:PositionAndSizeBarPet()
|
||||
button:SetParent(bar)
|
||||
button:ClearAllPoints()
|
||||
E:Size(button, size)
|
||||
|
||||
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48)
|
||||
|
||||
button:Show()
|
||||
|
||||
if i == 1 then
|
||||
|
||||
@@ -183,6 +183,8 @@ function AB:PositionAndSizeBarShapeShift()
|
||||
button:ClearAllPoints()
|
||||
E:Size(button, size)
|
||||
|
||||
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48)
|
||||
|
||||
if self.db["barShapeShift"].mouseover == true then
|
||||
bar:SetAlpha(0)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user