@@ -55,7 +55,8 @@ function S:SkinPVPFrame()
55
55
' PVPFrameConquestBarRight' ,
56
56
' PVPFrameConquestBarMiddle' ,
57
57
' PVPFrameConquestBarBG' ,
58
- ' PVPFrameConquestBarShadow'
58
+ ' PVPFrameConquestBarShadow' ,
59
+ ' WarGamesFrameInfoScrollFrameScrollBar'
59
60
}
60
61
61
62
for _ , name in next , killTextures do
@@ -65,6 +66,22 @@ function S:SkinPVPFrame()
65
66
end
66
67
end
67
68
69
+ S :HandleTrimScrollBar (_G .PVPHonorFrame .bgTypeScrollBar )
70
+ S :HandleTrimScrollBar (_G .WarGamesFrame .scrollBar )
71
+ S :HandleScrollBar (_G .PVPHonorFrameInfoScrollFrame .ScrollBar )
72
+ S :HandleScrollBar (_G .WarGamesFrameInfoScrollFrame .ScrollBar )
73
+
74
+ local checkButtons = {
75
+ _G .PVPFrame .TankIcon .checkButton ,
76
+ _G .PVPFrame .HealerIcon .checkButton ,
77
+ _G .PVPFrame .DPSIcon .checkButton
78
+ }
79
+ for _ , checkButton in next , checkButtons do
80
+ S :HandleCheckBox (checkButton )
81
+ checkButton :Size (22 )
82
+ checkButton :SetFrameLevel (checkButton :GetFrameLevel () + 2 )
83
+ end
84
+
68
85
_G .PVPHonorFrameInfoScrollFrameChildFrameDescription :SetTextColor (1 , 1 , 1 )
69
86
_G .PVPHonorFrameInfoScrollFrameChildFrameRewardsInfo .description :SetTextColor (1 , 1 , 1 )
70
87
@@ -210,6 +227,11 @@ function S:SkinPVPFrame()
210
227
PVPBannerFrameCancelButton .backdrop :Point (' TOPLEFT' , _G .PVPBannerFrameAcceptButton , 248 , 0 )
211
228
PVPBannerFrameCancelButton .backdrop :Point (' BOTTOMRIGHT' , _G .PVPBannerFrameAcceptButton , 248 , 0 )
212
229
230
+ -- Skin Tabs
231
+ S :HandleTab (_G .PVPFrameTab1 )
232
+ S :HandleTab (_G .PVPFrameTab2 )
233
+ S :HandleTab (_G .PVPFrameTab3 )
234
+
213
235
-- Reposition Tabs
214
236
_G .PVPFrameTab1 :ClearAllPoints ()
215
237
_G .PVPFrameTab1 :Point (' TOPLEFT' , PVPFrame , ' BOTTOMLEFT' , - 10 , 0 )
0 commit comments