From 46f15cdd10a44b45d4f7fa89a04f237abeeb1969 Mon Sep 17 00:00:00 2001 From: Simpy Date: Fri, 6 Dec 2024 18:02:01 -0500 Subject: [PATCH] not that low --- ElvUI/Core/Media/SharedMedia.lua | 2 +- ElvUI/Core/Modules/Chat/Chat.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI/Core/Media/SharedMedia.lua b/ElvUI/Core/Media/SharedMedia.lua index f67719e4d4..d443dea834 100644 --- a/ElvUI/Core/Media/SharedMedia.lua +++ b/ElvUI/Core/Media/SharedMedia.lua @@ -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) diff --git a/ElvUI/Core/Modules/Chat/Chat.lua b/ElvUI/Core/Modules/Chat/Chat.lua index 13d36e21a0..caf161fc52 100644 --- a/ElvUI/Core/Modules/Chat/Chat.lua +++ b/ElvUI/Core/Modules/Chat/Chat.lua @@ -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)