ingame/achievements/keyboard/achievements.lua:1454 -- sharedStatusBarPool:SetCustomFactoryBehavior( function(statusBarControl)
statusBarControl:SetWidth(ACHIEVEMENT_STATUS_BAR_WIDTH)
statusBarControl.label = statusBarControl:GetNamedChild("Label")
statusBarControl.progress = statusBarControl:GetNamedChild("Progress")
ZO_StatusBar_SetGradientColor(statusBarControl, ZO_XP_BAR_GRADIENT_COLORS)
statusBarControl:GetNamedChild("BGLeft"):SetDrawLevel(2)
statusBarControl:GetNamedChild("BGRight"):SetDrawLevel(2)
statusBarControl:GetNamedChild("BGMiddle"):SetDrawLevel(2)
end)