mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Added custom backdrop to Stack Split frame
This commit is contained in:
@@ -258,8 +258,15 @@ local function LoadSkin()
|
|||||||
S:HandleButton(CoinPickupOkayButton)
|
S:HandleButton(CoinPickupOkayButton)
|
||||||
S:HandleButton(CoinPickupCancelButton)
|
S:HandleButton(CoinPickupCancelButton)
|
||||||
|
|
||||||
|
-- Stack Split Frame
|
||||||
StackSplitFrame:GetRegions():Hide()
|
StackSplitFrame:GetRegions():Hide()
|
||||||
|
|
||||||
|
StackSplitFrame.bg1 = CreateFrame("Frame", nil, StackSplitFrame)
|
||||||
|
E:SetTemplate(StackSplitFrame.bg1, "Transparent")
|
||||||
|
StackSplitFrame.bg1:SetPoint("TOPLEFT", 10, -15)
|
||||||
|
StackSplitFrame.bg1:SetPoint("BOTTOMRIGHT", -10, 55)
|
||||||
|
StackSplitFrame.bg1:SetFrameLevel(StackSplitFrame.bg1:GetFrameLevel() - 1)
|
||||||
|
|
||||||
-- Declension frame
|
-- Declension frame
|
||||||
if GetLocale() == "ruRU" then
|
if GetLocale() == "ruRU" then
|
||||||
DeclensionFrame:SetTemplate("Transparent")
|
DeclensionFrame:SetTemplate("Transparent")
|
||||||
|
|||||||
Reference in New Issue
Block a user