Skip to content

Commit

Permalink
fix(ui): position of pet assignment frame [cf#130](https://legacy.cur…
Browse files Browse the repository at this point in the history
  • Loading branch information
exochron committed Dec 21, 2024
1 parent c4b95e6 commit 33b34e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/PetAssignment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 33b34e1

Please sign in to comment.