Apply Strata adjustment in a few more places

This commit is contained in:
Parnic
2023-08-02 17:38:47 -05:00
parent 6cee8c738c
commit 40a25a3315
4 changed files with 4 additions and 4 deletions

View File

@ -612,7 +612,7 @@ function IceCore.prototype:IsEnabled()
end
function IceCore.prototype:DrawFrame()
self.IceHUDFrame:SetFrameStrata("BACKGROUND")
self.IceHUDFrame:SetFrameStrata(self:DetermineStrata("BACKGROUND"))
self.IceHUDFrame:SetWidth(self.settings.gap)
self.IceHUDFrame:SetHeight(20)