Update Ascension Specific ElvUI elements - GitHub URL, Option Menu and Spellbook Skins (#14)

* Update the Installation completion URL

* Skin Ascension Specific Options Menu Settings

* Skin Spellbook searchbox
This commit is contained in:
Michael Bennett
2022-11-17 07:54:04 +13:00
committed by GitHub
parent 8b3fd29130
commit b62113eb8e
13 changed files with 57 additions and 21 deletions
@@ -19,6 +19,7 @@ S:AddCallback("Skin_Spellbook", function()
--AscensionSpellbookFrame:Size -- for later on, the spells will need to be moved as well
AscensionSpellbookFrameNineSlice:StripTextures(true)
--AscensionSpellbookFrameNineSlice:CreateBackdrop("Transparent")
AscensionSpellbookFrameInsetNineSlice:StripTextures(true)
AscensionSpellbookFrameInset:StripTextures(true)
AscensionSpellbookFrameInset:CreateBackdrop("Transparent")
@@ -46,6 +47,8 @@ S:AddCallback("Skin_Spellbook", function()
S:HandleCloseButton(AscensionSpellbookFrameCloseButton)
S:HandleCheckBox(AscensionSpellbookFrameContentSpellsShowAllSpellRanks)
S:HandleEditBox(AscensionSpellbookFrameContentSpellsSearch)
for i = 1, SPELLS_PER_PAGE do
local button = _G["AscensionSpellbookFrameContentSpellsSpellButton"..i]