From 33b34e10e87ed872aa56eaa5683809fc2e3a620a Mon Sep 17 00:00:00 2001 From: exochron Date: Sat, 21 Dec 2024 10:34:09 +0100 Subject: [PATCH] fix(ui): position of pet assignment frame [cf#130](https://legacy.curseforge.com/wow/addons/mount-journal-enhanced/issues/130) --- UI/PetAssignment.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/PetAssignment.lua b/UI/PetAssignment.lua index a27e541..3b3d722 100644 --- a/UI/PetAssignment.lua +++ b/UI/PetAssignment.lua @@ -161,6 +161,7 @@ local function buildSidePanel() window:SetTitle(L.PET_ASSIGNMENT_TITLE) window:SetHeight(606) window:SetWidth(270) + window:ClearAllPoints() window:SetPoint("TOPLEFT", MountJournal, "TOPRIGHT", 0, 0) window:SetLayout("List") window:EnableResize(false)