Skip to content

Commit

Permalink
Skin GuildItemSearchBox.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shestak committed Sep 30, 2011
1 parent df66037 commit 84a467a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ShestakUI/Modules/Skins/Blizzard/GuildBank.lua
Expand Up @@ -31,6 +31,13 @@ local function LoadSkin()
GuildBankFrame.inset:Point("TOPLEFT", 30, -65)
GuildBankFrame.inset:Point("BOTTOMRIGHT", -20, 63)

if T.PTRVersion() then
GuildItemSearchBox:StripTextures()
GuildItemSearchBox:CreateBackdrop("Overlay")
GuildItemSearchBox.backdrop:Point("TOPLEFT", 10, -2)
GuildItemSearchBox.backdrop:Point("BOTTOMRIGHT", -5, 2)
end

for i = 1, NUM_GUILDBANK_COLUMNS do
_G["GuildBankColumn"..i]:StripTextures()

Expand Down

0 comments on commit 84a467a

Please sign in to comment.