+ f.bottomwarn = f:CreateTexture(nil, "ARTWORK", nil, 1);
+ f.bottomwarn:SetPoint("TOPLEFT", f.background, "BOTTOMLEFT", 16, 5);
+ f.bottomwarn:SetPoint("BOTTOMRIGHT", f.background, "BOTTOMRIGHT", -16, 1);
+ f.bottomwarn:SetColorTexture(1, 0.3, 0.1, 0.66);
+ f.bottomwarn:Hide();