Skip to content

Commit

Permalink
Skin FriendsFrame and WhoListFrame scrollbars.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shestak committed Aug 11, 2015
1 parent 89cd1c1 commit 3d994f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ShestakUI/Modules/Skins/Blizzard/Friends.lua
Expand Up @@ -105,6 +105,15 @@ local function LoadSkin()
_G[button]:SkinButton()
end

local scrollbars = {
"FriendsFrameFriendsScrollFrameScrollBar",
"WhoListScrollFrameScrollBar"
}

for _, scrollbar in pairs(scrollbars) do
T.SkinScrollBar(_G[scrollbar])
end

-- Reposition buttons
WhoFrameWhoButton:SetPoint("RIGHT", WhoFrameAddFriendButton, "LEFT", -3, 0)
WhoFrameAddFriendButton:SetPoint("RIGHT", WhoFrameGroupInviteButton, "LEFT", -3, 0)
Expand Down

0 comments on commit 3d994f7

Please sign in to comment.