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)
|
E:Size(button, size)
|
||||||
|
|
||||||
_G[button:GetName().."Cooldown"]:SetModelScale((size / 36) * 0.75)
|
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48)
|
||||||
|
|
||||||
ActionButton_ShowGrid(button)
|
ActionButton_ShowGrid(button)
|
||||||
|
|
||||||
|
|||||||
@@ -170,6 +170,9 @@ function AB:PositionAndSizeBarPet()
|
|||||||
button:SetParent(bar)
|
button:SetParent(bar)
|
||||||
button:ClearAllPoints()
|
button:ClearAllPoints()
|
||||||
E:Size(button, size)
|
E:Size(button, size)
|
||||||
|
|
||||||
|
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48)
|
||||||
|
|
||||||
button:Show()
|
button:Show()
|
||||||
|
|
||||||
if i == 1 then
|
if i == 1 then
|
||||||
|
|||||||
@@ -183,6 +183,8 @@ function AB:PositionAndSizeBarShapeShift()
|
|||||||
button:ClearAllPoints()
|
button:ClearAllPoints()
|
||||||
E:Size(button, size)
|
E:Size(button, size)
|
||||||
|
|
||||||
|
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48)
|
||||||
|
|
||||||
if self.db["barShapeShift"].mouseover == true then
|
if self.db["barShapeShift"].mouseover == true then
|
||||||
bar:SetAlpha(0)
|
bar:SetAlpha(0)
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ function DT:PanelLayoutOptions()
|
|||||||
local order;
|
local order;
|
||||||
local table = E.Options.args.datatexts.args.panels.args;
|
local table = E.Options.args.datatexts.args.panels.args;
|
||||||
for pointLoc, tab in pairs(P.datatexts.panels) do
|
for pointLoc, tab in pairs(P.datatexts.panels) do
|
||||||
local pointLoc = pointLoc -- add this
|
local pointLoc = pointLoc
|
||||||
if(not _G[pointLoc]) then table[pointLoc] = nil; return; end
|
if(not _G[pointLoc]) then table[pointLoc] = nil; return; end
|
||||||
if(type(tab) == "table") then
|
if(type(tab) == "table") then
|
||||||
if find(pointLoc, "Chat") then
|
if find(pointLoc, "Chat") then
|
||||||
|
|||||||
Reference in New Issue
Block a user