local t = getglobal(this:GetName().."Text")
t:SetText("Queue As A Group")
t:SetFontObject("GameFontNormalLarge")
t:ClearAllPoints()
t:SetPoint("LEFT", this, "RIGHT", 2, 0)
this:RegisterForDrag("LeftButton")
this:SetScript("OnDragStart", function() this:StartMoving() end)
this:SetScript("OnDragStop", function() this:StopMovingOrSizing(); RelationshipsPVP_SavePanelPos() end)
this:SetBackdropColor(0.04, 0.04, 0.06, 0.96)
this:SetBackdropBorderColor(0.7, 0.7, 0.75, 1)
RelationshipsPVPStatsPanel:SetBackdropColor(0.08, 0.08, 0.10, 0.95)
RelationshipsPVPStatsPanel:SetBackdropBorderColor(0.35, 0.35, 0.4, 1)
RelationshipsPVPQueuePanel:SetBackdropColor(0.08, 0.08, 0.10, 0.95)
RelationshipsPVPQueuePanel:SetBackdropBorderColor(0.35, 0.35, 0.4, 1)
RelationshipsPVPActionPanel:SetBackdropColor(0.08, 0.08, 0.10, 0.95)
RelationshipsPVPActionPanel:SetBackdropBorderColor(0.35, 0.35, 0.4, 1)
RelationshipsPVP_OnLoad()
RelationshipsPVP_OnEvent(event)
RelationshipsPVP_Refresh()