mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Oops 😬
This commit is contained in:
@@ -78,13 +78,6 @@ function B:SizeAndPositionBagBar()
|
|||||||
button:SetWidth(E.db.bags.bagBar.size)
|
button:SetWidth(E.db.bags.bagBar.size)
|
||||||
button:SetHeight(E.db.bags.bagBar.size)
|
button:SetHeight(E.db.bags.bagBar.size)
|
||||||
button:ClearAllPoints()
|
button:ClearAllPoints()
|
||||||
-- if E.db.bags.bagBar.mouseover then
|
|
||||||
-- button:SetAlpha(0)
|
|
||||||
-- button:Show()
|
|
||||||
-- else
|
|
||||||
-- button:SetAlpha(1)
|
|
||||||
-- button:Show()
|
|
||||||
-- end
|
|
||||||
|
|
||||||
if growthDirection == "HORIZONTAL" and sortDirection == "ASCENDING" then
|
if growthDirection == "HORIZONTAL" and sortDirection == "ASCENDING" then
|
||||||
if i == 1 then
|
if i == 1 then
|
||||||
@@ -172,4 +165,4 @@ function B:LoadBagBar()
|
|||||||
|
|
||||||
self:SizeAndPositionBagBar()
|
self:SizeAndPositionBagBar()
|
||||||
E:CreateMover(ElvUIBags, "BagsMover", L["Bags"])
|
E:CreateMover(ElvUIBags, "BagsMover", L["Bags"])
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user