Skip to content

Commit

Permalink
Updated MageNuggets skin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Feb 28, 2014
1 parent 11b1430 commit c17b031
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ShestakUI/Modules/Skins/MageNuggets.lua
Expand Up @@ -55,7 +55,7 @@ frame:SetScript("OnEvent", function(self, event)
"MageNugManaGem_FrameTexture",
"MageNugAB_FrameTexture",
"MageNugIgnite_FrameTexture",
"MageNugLB_FrameTexture",
"MageNugLB_FrameTextureIcon",
"MageNugMoonkin_Frame_Texture",
"MNmoonFire_FrameTexture",
"MNinsectSwarm_FrameTexture",
Expand Down Expand Up @@ -125,12 +125,14 @@ frame:SetScript("OnEvent", function(self, event)
"MageNugSoundOptionFrame_BrainFreezeCheckButton",
"MageNugSoundOptionFrame_CauterizeCheckButton",
"MageNugSoundOptionFrame_TimeWarpCheckButton",
"MageNugSoundOptionFrame_ABCheckButton",
"MageNugOption2Frame_MinimapCheckButton",
"MageNugOption2Frame_CameraCheckButton",
"MageNugOption2Frame_ConsoleTextCheckButton",
"MageNugOption2Frame_LockFramesCheckButton",
"MageNugOption2Frame_CheckButtonTT",
"MageNugOption2Frame_ClickThruCheckButton",
"MageNugOption2Frame_SimpleUICheckButton",
"MageNugCooldownFrame_apButton",
"MageNugCooldownFrame_cdButton",
"MageNugCooldownFrame_bwButton",
Expand All @@ -146,6 +148,7 @@ frame:SetScript("OnEvent", function(self, event)
"MageNugCooldownFrame_evoButton",
"MageNugCooldownFrame_treantButton",
"MageNugCooldownFrame_ivButton",
"MageNugCooldownFrame_blinkButton",
"MageNugCooldownFrame_miButton"
}

Expand Down Expand Up @@ -204,6 +207,7 @@ frame:SetScript("OnEvent", function(self, event)
"MageNugSoundOptionFrame_FoFSoundEditBox",
"MageNugSoundOptionFrame_BrainFreezeSoundEditBox",
"MageNugSoundOptionFrame_CauterizeSoundEditBox",
"MageNugSoundOptionFrame_ABSoundEditBox",
"MageNugSoundOptionFrame_TimeWarpSoundEditBox"
}

Expand Down Expand Up @@ -599,7 +603,7 @@ frame:SetScript("OnEvent", function(self, event)

-- MageNugLB_Frame
MageNugLB_Frame:SetTemplate("Default")
MageNugLB_Frame:SetSize(20, 20)
MageNugLB_Frame:SetSize(21, 21)

MageNugLB_FrameTexture:SetTexture()
MageNugLB_FrameTextureBorder:SetTexture()
Expand Down Expand Up @@ -836,4 +840,5 @@ frame:SetScript("OnEvent", function(self, event)
MageNugMoonkinOptionFrame_Button:SkinButton()
MageNugOption2FrameButton1:SkinButton()
MageNugOption2FrameButton2:SkinButton()
MageNugOption2FrameButton3:SkinButton()
end)

0 comments on commit c17b031

Please sign in to comment.