Quantcast
local T, C, L = unpack(Tukui)
if not C.unitframes.enable then return end
local oUF = oUFTukui or oUF
local barTex = T.GetBarTexture()

T.groupframefuncs["TukuiRaidHealerGrid"] = function(self)

	self.panel:SetBackdrop(nil)
	self.panel:ClearAllPoints()
	self.panel:AllPoints(self.Health)
	self.panel:SetFrameLevel(self.Health:GetFrameLevel()+10)

	self.Power:SetHeight(1)


	self.Health.value:Hide()

	self.Name:ClearAllPoints()
	self.Name:SetPoint("CENTER", self.Health, "CENTER", 1, 0)
	if C.unitframes.unicolor then
		self:Tag(self.Name, '[raidcolor][st:nametiny]')
	else
		self:Tag(self.Name, '[st:nametiny]')
	end
end