Skip to content

Commit

Permalink
not that low
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Dec 6, 2024
1 parent 57c5d7d commit 46f15cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElvUI/Core/Media/SharedMedia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ E.Media.Arrows.ArrowUp = E.Media.Textures.ArrowUp

do -- LSM Font Preloader ~Simpy
local preloader = CreateFrame('Frame')
preloader:SetPoint('TOP', UIParent, 'BOTTOM', 0, -5000)
preloader:SetPoint('TOP', UIParent, 'BOTTOM', 0, -90000)
preloader:SetSize(100, 100)

local cacheFont = function(key, data)
Expand Down
2 changes: 1 addition & 1 deletion ElvUI/Core/Modules/Chat/Chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ function CH:PositionButtonFrame(chat)
if not chat.buttonFrame then return end

chat.buttonFrame:ClearAllPoints()
chat.buttonFrame:SetPoint('TOP', chat, 'BOTTOM', 0, -5000)
chat.buttonFrame:SetPoint('TOP', chat, 'BOTTOM', 0, -90000)
end

function CH:StyleChat(frame)
Expand Down

0 comments on commit 46f15cd

Please sign in to comment.