self:SetHitRectInsets(0,-self.text:GetStringWidth(),0,0) self.InsetBg:SetPoint("BOTTOMRIGHT",-6,26) self:StartMoving() self:StopMovingOrSizing() RematchSettings.DialogXPos,RematchSettings.DialogYPos = self:GetCenter() Rematch.timeUIChanged = GetTime() self:ClearAllPoints() if RematchSettings.DialogXPos then self:SetPoint("CENTER",UIParent,"BOTTOMLEFT",RematchSettings.DialogXPos,RematchSettings.DialogYPos) else self:SetPoint("CENTER") end RematchDialog:OnHide()