mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
update skins
This commit is contained in:
@@ -334,8 +334,7 @@ local function LoadSkin()
|
|||||||
-- Control Frame
|
-- Control Frame
|
||||||
E:StripTextures(GuildControlPopupFrame)
|
E:StripTextures(GuildControlPopupFrame)
|
||||||
E:CreateBackdrop(GuildControlPopupFrame, "Transparent")
|
E:CreateBackdrop(GuildControlPopupFrame, "Transparent")
|
||||||
E:Point(GuildControlPopupFrame.backdrop, "TOPLEFT", 3, -6)
|
E:Point(GuildControlPopupFrame.backdrop, "TOPLEFT", 3, 0)
|
||||||
E:Point(GuildControlPopupFrame.backdrop, "BOTTOMRIGHT", -27, 27)
|
|
||||||
|
|
||||||
S:HandleDropDownBox(GuildControlPopupFrameDropDown, 185)
|
S:HandleDropDownBox(GuildControlPopupFrameDropDown, 185)
|
||||||
E:Size(GuildControlPopupFrameDropDownButton, 16)
|
E:Size(GuildControlPopupFrameDropDownButton, 16)
|
||||||
@@ -364,6 +363,9 @@ local function LoadSkin()
|
|||||||
SkinPlusMinus(GuildControlPopupFrameAddRankButton)
|
SkinPlusMinus(GuildControlPopupFrameAddRankButton)
|
||||||
SkinPlusMinus(GuildControlPopupFrameRemoveRankButton, true)
|
SkinPlusMinus(GuildControlPopupFrameRemoveRankButton, true)
|
||||||
|
|
||||||
|
local left, right = select(6, GuildControlPopupFrameEditBox:GetRegions())
|
||||||
|
E:Kill(left) E:Kill(right)
|
||||||
|
|
||||||
S:HandleEditBox(GuildControlPopupFrameEditBox)
|
S:HandleEditBox(GuildControlPopupFrameEditBox)
|
||||||
E:Point(GuildControlPopupFrameEditBox.backdrop, "TOPLEFT", 0, -5)
|
E:Point(GuildControlPopupFrameEditBox.backdrop, "TOPLEFT", 0, -5)
|
||||||
E:Point(GuildControlPopupFrameEditBox.backdrop, "BOTTOMRIGHT", 0, 5)
|
E:Point(GuildControlPopupFrameEditBox.backdrop, "BOTTOMRIGHT", 0, 5)
|
||||||
|
|||||||
@@ -321,14 +321,6 @@ local function LoadSkin()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--[[for i = 1, UIOptionsFrame:GetNumChildren() do
|
|
||||||
local child = select(i, UIOptionsFrame:GetChildren())
|
|
||||||
if child.GetPushedTexture and child:GetPushedTexture() and not child:GetName() then
|
|
||||||
child:SetFrameLevel(UIOptionsFrame:GetFrameLevel() + 2)
|
|
||||||
S:HandleCloseButton(child, UIOptionsFrame.backdrop)
|
|
||||||
end
|
|
||||||
end--]]
|
|
||||||
|
|
||||||
OptionsFrameDefaults:ClearAllPoints()
|
OptionsFrameDefaults:ClearAllPoints()
|
||||||
E:Point(OptionsFrameDefaults, "TOPLEFT", OptionsFrame, "BOTTOMLEFT", 15, 36)
|
E:Point(OptionsFrameDefaults, "TOPLEFT", OptionsFrame, "BOTTOMLEFT", 15, 36)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user