diff --git a/skins/blizzard/friends.lua b/skins/blizzard/friends.lua index 52591c8d..23dcdd14 100644 --- a/skins/blizzard/friends.lua +++ b/skins/blizzard/friends.lua @@ -18,13 +18,13 @@ pfUI:RegisterSkin("Friends", "vanilla:tbc", function () FriendsFrameTitleText:SetPoint("TOP", FriendsFrame.backdrop, "TOP", 0, -10) FriendsFrameTab1:ClearAllPoints() - FriendsFrameTab1:SetPoint("TOPLEFT", FriendsFrame.backdrop, "BOTTOMLEFT", bpad, -(border + (border == 1 and 1 or 2))) + FriendsFrameTab1:SetPoint("TOPLEFT", FriendsFrame.backdrop, "BOTTOMLEFT", border, -2*border) for i = 1, maxtab do local tab = _G["FriendsFrameTab"..i] local lastTab = _G["FriendsFrameTab"..(i-1)] if lastTab then tab:ClearAllPoints() - tab:SetPoint("LEFT", lastTab, "RIGHT", border*2 + 1, 0) + tab:SetPoint("LEFT", lastTab, "RIGHT", 3*border, 0) end SkinTab(tab) end