From f29fe12277bce0aca0239d1068125d69ce6e0c16 Mon Sep 17 00:00:00 2001 From: Sattva Date: Sun, 28 May 2023 20:38:30 +0300 Subject: [PATCH] ResizeQuestText - fix --- Leatrix_Plus.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index 9126d2c..c3c1752 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -2619,11 +2619,11 @@ function LeaPlusLC:FriendCheck(name) if LeaPlusLC["QuestFontChange"] == "On" and not LeaLockList["QuestFontChange"] then - -- Set gossip frame scroll box layout (fix for game patch 3.4.1) - GossipFrame.GreetingPanel.ScrollBox:SetHeight(320) - GossipFrame.GreetingPanel.ScrollBar:ClearAllPoints() - GossipFrame.GreetingPanel.ScrollBar:SetPoint("TOPLEFT", GossipFrame.GreetingPanel.ScrollBox, "TOPRIGHT", 4, 9) - GossipFrame.GreetingPanel.ScrollBar:SetPoint("BOTTOMLEFT", GossipFrame.GreetingPanel.ScrollBox, "BOTTOMRIGHT", 4, -14) + -- -- Set gossip frame scroll box layout (fix for game patch 3.4.1) + -- GossipFrame.GreetingPanel.ScrollBox:SetHeight(320) + -- GossipFrame.GreetingPanel.ScrollBar:ClearAllPoints() + -- GossipFrame.GreetingPanel.ScrollBar:SetPoint("TOPLEFT", GossipFrame.GreetingPanel.ScrollBox, "TOPRIGHT", 4, 9) + -- GossipFrame.GreetingPanel.ScrollBar:SetPoint("BOTTOMLEFT", GossipFrame.GreetingPanel.ScrollBox, "BOTTOMRIGHT", 4, -14) -- Create configuration panel local QuestTextPanel = LeaPlusLC:CreatePanel("Resize quest text", "QuestTextPanel")